Fix a typo in the add-on workflow docs.

This commit is contained in:
Michael Kelly 2017-04-27 16:35:38 -07:00
Родитель 0d63357d6b
Коммит e8b1dd7557
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 972176E09570E68A
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -43,7 +43,7 @@ frameworks. There are multiple test suites:
JavaScript shell. We are planning to migrate these tests to mochitest; do not
write new tests as xpcshell tests where possible.
To run the tests, you must sync your code do mozilla-central, and use the
To run the tests, you must sync your code to mozilla-central, and use the
``./mach test`` command:
.. code-block:: bash