From c2e37a6130f2cd91f8f1a35ce0705c6a27236d91 Mon Sep 17 00:00:00 2001 From: Josep Martins Date: Tue, 30 Aug 2022 17:49:57 +0200 Subject: [PATCH] Update contributing.md (#1342) Fix command typo to compile documentation in Markdown --- docs/content/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/contributing.md b/docs/content/contributing.md index 882e3aa2b7..bc8876f236 100644 --- a/docs/content/contributing.md +++ b/docs/content/contributing.md @@ -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