Skip to content

Commit e902dd6

Browse files
authored
Merge pull request #118 from dkolba/patch-1
Fix typo in classes.md
2 parents b372bbb + aef5dfc commit e902dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/javascript/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class Sentence {
199199
}
200200
}
201201

202-
const mysentence = new Setence("Hello World.")
202+
const mysentence = new Sentence("Hello World.")
203203

204204
console.assert(mysentence.sentence === "Hello World.")
205205
console.assert(mysentence.firstWord === "Hello")

0 commit comments

Comments
 (0)