changed "work flow" to "workflow"
This commit is contained in:
Eric Cheng 2021-10-01 10:54:19 -04:00 коммит произвёл GitHub
Родитель 215e66b52c
Коммит 4766c30670
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -64,7 +64,7 @@ Within these folders, you'll find the Markdown files used for the content. Each
### Branches
We recommend that you create local working branches that target a specific scope of change (and then submit a pull request when your changes are ready). Each branch should be limited to a single concept/topic, both to streamline work flow, and to reduce the possibility of merge conflicts. The following efforts are of the appropriate scope for a new branch:
We recommend that you create local working branches that target a specific scope of change (and then submit a pull request when your changes are ready). Each branch should be limited to a single concept/topic, both to streamline workflow, and to reduce the possibility of merge conflicts. The following efforts are of the appropriate scope for a new branch:
* A new topic (and associated images).
* Spelling and grammar edits on a topic.
@ -231,4 +231,4 @@ Escape double opening curly braces in code blocks.
<strong>Hello there, \{{ name }}!</strong> It's \{{ date.strftime("%A, %d %B, %Y at %X") }}.
</body>
</html>
```
```