Skip to content

Commit 35003ad

Browse files
Jason-Cookembeaudru
authored andcommitted
docs: fix typo (mbeaudru#120)
1 parent 747714f commit 35003ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ JavaScript is a [prototype-based](https://en.wikipedia.org/wiki/Prototype-based_
12391239

12401240
The word *class* is indeed error prone if you are familiar with classes in other languages. If you do, avoid assuming how JavaScript classes work on this basis and consider it an entirely different notion.
12411241

1242-
Since this document is not an attempt to teach you the language from the ground up, I will believe you know what prototypes are and how they behave. If you do not, see the external resouces listed below the sample code.
1242+
Since this document is not an attempt to teach you the language from the ground up, I will believe you know what prototypes are and how they behave. If you do not, see the external resources listed below the sample code.
12431243

12441244
#### Samples
12451245

0 commit comments

Comments
 (0)