Skip to content

Commit 0894a83

Browse files
authored
docs: correct spelling (#200)
- docs/advanced-setup.md:23: `dependecies` ==> `dependencies` - docs/advanced-setup.md:89: `depencies` ==> `dependencies` Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
1 parent f838a89 commit 0894a83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advanced-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following snippet can be used in a project so that alloglot users don't need
2020

2121
## Indexing dependencies
2222

23-
The following snippet can used for indexing dependecies in hiedb allowing jump to dependency definition. The following snippet is
23+
The following snippet can used for indexing dependencies in hiedb allowing jump to dependency definition. The following snippet is
2424
taken from Mercury's internal setup with permission to share:
2525

2626
```
@@ -86,7 +86,7 @@ lib.indexHaskellDependencies {your haskell packages}
8686
```
8787
say saved at `nix/packages/dependencies` for example.
8888

89-
Finally you can use the following command to copy an indexed version of your depencies into .hiedb which will enable functionality such as go-to-definition on dependencies as well ask:
89+
Finally you can use the following command to copy an indexed version of your dependencies into .hiedb which will enable functionality such as go-to-definition on dependencies as well ask:
9090

9191
```
9292
nix build .#pkgs.dependencies --no-link --print-out-paths | xargs -I_ cp --remove-destination _/.hiedb ./.hiedb --no-preserve=mode,ownership,timestamps

0 commit comments

Comments
 (0)