Skip to content

Commit

Permalink
Update contributing.md (#1342)
Browse files Browse the repository at this point in the history
Fix command typo to compile documentation in Markdown
  • Loading branch information
Josep Martins authored Aug 30, 2022
1 parent 0b6a1c3 commit c2e37a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ By default, the system tests run in a headless Chrome browser. Prefix the test c

## Writing documentation

Documentation is written as [YARD](https://yardoc.org/) comments directly in the source code, compiled into Markdown via `build exec rake docs:build` and served by [Doctocat](https://github.com/primer/doctocat).
Documentation is written as [YARD](https://yardoc.org/) comments directly in the source code, compiled into Markdown via `bundle exec rake docs:build` and served by [Doctocat](https://github.com/primer/doctocat).

### Storybook / Documentation / Demo Rails App

Expand Down

0 comments on commit c2e37a6

Please sign in to comment.