Skip to content

Commit 2ce493f

Browse files
committed
Merge pull request coffeescript-cookbook#114 from galenandrew/master
typo/incorrect word usage
2 parents 5e3f059 + 2f4e0ef commit 2ce493f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/classes_and_objects/class-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ zoo.helpfulInfo()
4040

4141
## Discussion
4242

43-
Coffeescript will store these values on the class itself rather than on the prototype it defines. These are useful for defining variables on classes which can't be overrided by instance attribute variables.
43+
Coffeescript will store these values on the class itself rather than on the prototype it defines. These are useful for defining variables on classes which can't be overwritten by instance attribute variables.

0 commit comments

Comments
 (0)