diff --git a/Tests/StencilTests/VariableSpec.swift b/Tests/StencilTests/VariableSpec.swift index ac85f1b..66947e0 100644 --- a/Tests/StencilTests/VariableSpec.swift +++ b/Tests/StencilTests/VariableSpec.swift @@ -189,7 +189,7 @@ func testVariable() { try expect(result) == 2 } - $0.describe("Subrscripting") { + $0.describe("Subscripting") { $0.it("can resolve a property subscript via reflection") { try context.push(dictionary: ["property": "name"]) { let variable = Variable("article.author[property]")