Skip to content

Commit 4b19880

Browse files
committed
Re #6660 Fix typographical errors
1 parent 60a9476 commit 4b19880

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ entry and
336336
[documentation](https://github.com/commercialhaskell/stack/tree/master/doc/)
337337
updates with your pull request.
338338

339-
## Backwards Compatability
339+
## Backwards Compatibility
340340

341341
The Stack package provides a library and an executable (`stack`) that depends on
342342
the library. The library is intended for use only by the executable.
@@ -481,7 +481,7 @@ That said, the following may help:
481481
* Stack's imports are listed alphabetically, including `Stack.Prelude`, where
482482
applicable. The module names are left aligned, with space left for `qualified`
483483
where it is absent.
484-
* Stack's code is sufficiently stable that explict import lists can sensibly be
484+
* Stack's code is sufficiently stable that explicit import lists can sensibly be
485485
used. The exception is the import of `Stack.Prelude`. Not all modules have
486486
comprehensive explicit import lists.
487487
* Short explicit import lists follow the module name. Longer lists start on the

doc/maintainers/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Examples:
6767

6868
4. Check the copyright dates, and update if needed.
6969

70-
5. Check the backwards compatability section of `CONTRIBUTING.md` is up to
70+
5. Check the backwards compatibility section of `CONTRIBUTING.md` is up to
7171
date.
7272

7373
6. Ensure CI matrices in docs (travis-complex, appveyor, azure) have current

0 commit comments

Comments
 (0)