Skip to content

Commit

Permalink
Typos: codespell --skip="*.po" -w (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 1, 2022
1 parent c02ec0b commit f2378a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ and squashed into a minimal set of commits. Each commit should include
the necessary code, test, and documentation changes for a single "piece"
of functionality.

To be mergable, patches must:
To be mergeable, patches must:

- be rebased onto the latest master,
- be automatically mergeable,
Expand Down
2 changes: 1 addition & 1 deletion docs/about/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ and squashed into a minimal set of commits. Each commit should include
the necessary code, test, and documentation changes for a single "piece"
of functionality.

To be mergable, patches must:
To be mergeable, patches must:

- be rebased onto the latest master,
- be automatically mergeable,
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Although :doc:`WaffleJS<javascript>` returns the status of all
:ref:`samples <types-sample>`, it does so by exposing a Javascript
object, rather than returning the data in a directly consumable format.

In cases where a directly consumable format is preferrable,
In cases where a directly consumable format is preferable,
Waffle also exposes this data as JSON via the ``waffle_status`` view.


Expand Down

0 comments on commit f2378a1

Please sign in to comment.