Skip to content

Commit f74963a

Browse files
authored
js/first-steps/function-basics: fix name of Lodash
1 parent a9ee52b commit f74963a

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
@@ -382,7 +382,7 @@ These examples assume common meanings of prefixes. What they mean for you is det
382382
```smart header="Ultrashort function names"
383383
Functions that are used *very often* sometimes have ultrashort names.
384384

385-
For example, the [jQuery](http://jquery.com) framework defines a function with `$`. The [LoDash](http://lodash.com/) library has its core function named `_`.
385+
For example, the [jQuery](http://jquery.com) framework defines a function with `$`. The [Lodash](http://lodash.com/) library has its core function named `_`.
386386

387387
These are exceptions. Generally functions names should be concise and descriptive.
388388
```

0 commit comments

Comments
 (0)