Skip to content

Commit f2378a1

Browse files
authored
Typos: codespell --skip="*.po" -w (#478)
1 parent c02ec0b commit f2378a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and squashed into a minimal set of commits. Each commit should include
5252
the necessary code, test, and documentation changes for a single "piece"
5353
of functionality.
5454

55-
To be mergable, patches must:
55+
To be mergeable, patches must:
5656

5757
- be rebased onto the latest master,
5858
- be automatically mergeable,

docs/about/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and squashed into a minimal set of commits. Each commit should include
5252
the necessary code, test, and documentation changes for a single "piece"
5353
of functionality.
5454

55-
To be mergable, patches must:
55+
To be mergeable, patches must:
5656

5757
- be rebased onto the latest master,
5858
- be automatically mergeable,

docs/usage/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Although :doc:`WaffleJS<javascript>` returns the status of all
99
:ref:`samples <types-sample>`, it does so by exposing a Javascript
1010
object, rather than returning the data in a directly consumable format.
1111

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

1515

0 commit comments

Comments
 (0)