Skip to content

Commit

Permalink
Updated doc contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dashohoxha committed Aug 13, 2019
1 parent 04aa761 commit 3254dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/docs/user-guide/contributing-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ in question.
- We use [Prettier](https://prettier.io/) default conventions to format our
source code files. The formatting of staged files will automatically be done
by the Git pre-commit hook we have configured. You may also run
`npx prettier --write <file paths>` manually before committing changes.
`scripts/prettier.sh <file paths>` manually before committing changes.

- Using `dvc <command>` in the Markdown files, the docs engine will create a
link to that command automatically. (No need to use `[]()` explicitly to
Expand Down

0 comments on commit 3254dbf

Please sign in to comment.