Skip to content

Commit eb87cd3

Browse files
Update dev_containers.md reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent f59398c commit eb87cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
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.
@@ -482,7 +482,7 @@ That said, the following may help:
482482
* Stack's imports are listed alphabetically, including `Stack.Prelude`, where
483483
applicable. The module names are left aligned, with space left for `qualified`
484484
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
486486
used. The exception is the import of `Stack.Prelude`. Not all modules have
487487
comprehensive explicit import lists.
488488
* 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
816816
for the experimental project‑level configurations.
817817

818818
For further information, see the documentation for
819-
[Dev Containers](dev_containers.md).
819+
[Dev Containers](doc/dev_containers.md).
820820

821821
## Slack channel
822822

0 commit comments

Comments
 (0)