Skip to content

Commit c11af9e

Browse files
jackiekazilrht
authored andcommitted
Fix spelling error in contributing.rst.
1 parent 6d96c4d commit c11af9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ discuss via `Matrix`_ OR via `an issue`_.
3333
- Git add the new files and files with changes: ``git add FILE_NAME``
3434
- Git commit your changes with a meaningful message: ``git commit -m "Fix issue X"``
3535
- If implementing a new feature, include some documentation in docs folder.
36-
- Make sure that your submission works with a few of the examples in the examples repository. If adding a new feauture to mesa, please illustrate usage by implementing it in an example.
36+
- Make sure that your submission works with a few of the examples in the examples repository. If adding a new feature to mesa, please illustrate usage by implementing it in an example.
3737
- Make sure that your submission passes the `GH Actions build`_. See "Testing and Standards below" to be able to run these locally.
3838
- Make sure that your code is formatted according to `the black`_ standard (you can do it via `pre-commit`_).
3939
- Push your changes to your fork on Github: ``git push origin NAME_OF_BRANCH``.

0 commit comments

Comments
 (0)