@@ -336,7 +336,7 @@ entry and
336
336
[ documentation] ( https://github.com/commercialhaskell/stack/tree/master/doc/ )
337
337
updates with your pull request.
338
338
339
- ## Backwards Compatability
339
+ ## Backwards Compatibility
340
340
341
341
The Stack package provides a library and an executable (` stack ` ) that depends on
342
342
the library. The library is intended for use only by the executable.
@@ -482,7 +482,7 @@ That said, the following may help:
482
482
* Stack's imports are listed alphabetically, including ` Stack.Prelude ` , where
483
483
applicable. The module names are left aligned, with space left for ` qualified `
484
484
where it is absent.
485
- * Stack's code is sufficiently stable that explict import lists can sensibly be
485
+ * Stack's code is sufficiently stable that explicit import lists can sensibly be
486
486
used. The exception is the import of ` Stack.Prelude ` . Not all modules have
487
487
comprehensive explicit import lists.
488
488
* Short explicit import lists follow the module name. Longer lists start on the
@@ -816,7 +816,7 @@ project‑level configuration (`stack.yaml`). But there are also Dev Containers
816
816
for the experimental project‑level configurations.
817
817
818
818
For further information, see the documentation for
819
- [ Dev Containers] ( dev_containers.md ) .
819
+ [ Dev Containers] ( doc/ dev_containers.md) .
820
820
821
821
## Slack channel
822
822
0 commit comments