Skip to content

Commit 089424e

Browse files
authored
Missing words and typo
1 parent a54804b commit 089424e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/14-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ These examples assume common meanings of prefixes. What they mean for you is det
378378
```smart header="Ultrashort function names"
379379
Functions that are used *very often* sometimes have ultrashort names.
380380

381-
For example, [jQuery](http://jquery.com) framework defines a function `$`, [LoDash](http://lodash.com/) library has it's core function named `_`.
381+
For example, the [jQuery](http://jquery.com) framework defines a function `$`. The [LoDash](http://lodash.com/) library has its core function named `_`.
382382

383383
These are exceptions. Generally functions names should be concise, but descriptive.
384384
```

0 commit comments

Comments
 (0)