Skip to content

Commit f91528c

Browse files
committed
Fix typo.
1 parent 4014ac7 commit f91528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Something {
114114

115115
var s1 = new Something();
116116
var s2 = new Something();
117-
console.log(Someting.instances); // 2
117+
console.log(Something.instances); // 2
118118
```
119119

120120
You can have static members as well as static functions.

0 commit comments

Comments
 (0)