Bug 1689282: Fix typo in devtools/docs/files/adding-files.md r=nchevobbe

Differential Revision: https://phabricator.services.mozilla.com/D103350
This commit is contained in:
Anurag Kalia 2021-01-29 09:52:51 +00:00
Родитель ab4314f6af
Коммит 0552856184
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ DevToolsModules(
### `require()`
Most DevTools JS code is in the form of CommonJS modules that loaded with `require()`.
Most DevTools JS code is in the form of CommonJS modules that are loaded with `require()`.
To `require()` a file, the module ID is exactly its source tree path.