Skip to content

Commit 81a63cf

Browse files
fix minor typo
"synctax" to "syntax"
1 parent d84673a commit 81a63cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/01-class/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Class fields are a recent addition to the language.
306306

307307
Previously, classes only had methods.
308308

309-
"Class fields" is a synctax that allows to add any properties.
309+
"Class fields" is a syntax that allows to add any properties.
310310

311311
For instance, let's add `name` property to `class User`:
312312

0 commit comments

Comments
 (0)