Skip to content

Commit eeee9fe

Browse files
authored
Fix Typo (#1066)
Fix Typo
2 parents 218ef36 + a6c1662 commit eeee9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/04-object-methods/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Actions are represented in JavaScript by functions in properties.
1515

1616
## Method examples
1717

18-
For the start, let's teach the `user` to say hello:
18+
For a start, let's teach the `user` to say hello:
1919

2020
```js run
2121
let user = {

0 commit comments

Comments
 (0)