File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ entry and
336336[ documentation] ( https://github.com/commercialhaskell/stack/tree/master/doc/ )
337337updates with your pull request.
338338
339- ## Backwards Compatability
339+ ## Backwards Compatibility
340340
341341The Stack package provides a library and an executable (` stack ` ) that depends on
342342the 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
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Examples:
6767
68684 . 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
73736 . Ensure CI matrices in docs (travis-complex, appveyor, azure) have current
You can’t perform that action at this time.
0 commit comments