From 00e71c1b4dc2ec6c0f87841a10e34299e6059fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Duperron?= Date: Sat, 8 Sep 2018 15:05:05 +0200 Subject: [PATCH] Fix typo in VariableSpec describing subscripting (#229) --- Tests/StencilTests/VariableSpec.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]")