[Docs] Typo fix (#2953)

* Fixed a typo

* Create 2953.misc.rst
This commit is contained in:
Flame442 2019-08-30 17:41:40 -04:00 committed by Michael H
parent 7959e0c916
commit d9e774f079
2 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Red uses towncrier to create changelogs.
To create a towncrier entry for your PR, create a file in `changelog.d` for it. If the changes are for a specific cog, place the file in the related subdirectory.
The filename should be of the format `issuenumber.changetype(.count).rst`, where `(.count)` is an optional
part of the filename should multiple entries for the same issue number and type be neccessary.
part of the filename should multiple entries for the same issue number and type be necessary.
If there is not an issue associated with your PR,
you may use the PR number in place of the issue number.

View File

@ -0,0 +1 @@
Fixed a typo in CONTRIBUTING.md.