-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ethan Perruzza <[email protected]>
- Loading branch information
1 parent
0ecec11
commit 706082d
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,14 @@ docker run --rm -it \ | |
./hugo.sh | ||
``` | ||
|
||
## Spell Checker | ||
|
||
``` | ||
cspell --config cspell/cspell.json | ||
``` | ||
|
||
If you need to use a specific word that isn't in the dictionaries, you can add it to the correct `.txt` dictionary in the `cspell` folder. | ||
|
||
## Contributing | ||
|
||
If you think OSRD doesn't quite fit your needs yet, but still believe it could, | ||
|
@@ -53,4 +61,4 @@ For more information on how to contribute, check out the [Contributing file](./C | |
|
||
## Get in touch | ||
|
||
Send an email at <[email protected]>, [open an issue](https://github.com/OpenRailAssociation/osrd-website/issues/new), or join the [#public-general:osrd.fr](https://matrix.to/#/#public-general:osrd.fr) matrix channel. | ||
Send an email at <[email protected]>, [open an issue](https://github.com/OpenRailAssociation/osrd-website/issues/new), or join the [#public-general:osrd.fr](https://matrix.to/#/#public-general:osrd.fr) matrix channel. |