Skip to content

Commit a695693

Browse files
AntiHerovvscode
andauthored
fix: 'bunder' to 'bundlers' (#106)
Co-authored-by: Vasiliy Vanchuk <[email protected]>
1 parent f899d77 commit a695693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/lesson24/lecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ description: Создание подключаемых плагинов
7171

7272
## скриптов/стилей к странице
7373

74-
1. npm registry + bunders
74+
1. npm registry + bundlers
7575
1. &lt;link>, &lt;script> tags
7676

7777
<!-- v -->
@@ -80,7 +80,7 @@ description: Создание подключаемых плагинов
8080

8181
## скриптов/стилей к странице
8282

83-
1. [npm registry](http://npmjs.com/) + bunders (webpack, parcel, etc)
83+
1. [npm registry](http://npmjs.com/) + bundlers (webpack, parcel, etc)
8484

8585
```sh
8686
$ npm install some-library

0 commit comments

Comments
 (0)