Skip to content

Commit

Permalink
Fix typo in VariableSpec describing subscripting (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquidsoul authored and ilyapuchka committed Sep 8, 2018
1 parent 1b85b81 commit 00e71c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/StencilTests/VariableSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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]")
Expand Down

0 comments on commit 00e71c1

Please sign in to comment.