docs(CONTRIBUTING.md): fix typo in doc (#2169)

This commit is contained in:
Moshood Abidemi 2020-05-10 01:43:24 +01:00 committed by GitHub
parent 5b57303c9c
commit dd6308ccd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ footer
- `docs` - changes to docs, e.g. `docs(api.md): ..` to change documentation.
- `test` - changes to playwright tests infrastructure.
- `devops` - build-related work, e.g. CI related patches and general changes to the browser build infrastructure
- `chore` - everythin that doesn't fall under previous categories
- `chore` - everything that doesn't fall under previous categories
2. *namespace* is put in parenthesis after label and is optional. Must be lowercase.
3. *title* is a brief summary of changes.
4. *description* is **optional**, new-line separated from title and is in present tense.