This commit is contained in:
Jeremiah Njoroge 2017-03-09 11:39:46 -08:00 коммит произвёл Eric Bidelman
Родитель f1aeb5813a
Коммит 984faf58af
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -132,7 +132,7 @@ $ lighthouse --disable-device-emulation --disable-cpu-throttling https://mysite.
## Using programmatically
The exampl below shows how to setup and run Lighthouse programmatically as a Node module. It
The example below shows how to setup and run Lighthouse programmatically as a Node module. It
assumes you've installed Lighthouse as a dependency (`yarn add --dev lighthouse`).
```javascript