aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-03-03 02:27:37 -0800
committerChris Rebert <[email protected]>2016-03-03 02:27:37 -0800
commit2231987eea7c93dc0b300fcbf60d94527cbb29e5 (patch)
tree1d4df33255181c36711e0e3609418448e4d26b56
parent5c9066140011a85d94a2d87a1c01141cdd3ca796 (diff)
parentae4a1c8404c34d1717a293464dbea1755214dca8 (diff)
downloadbootstrap-2231987eea7c93dc0b300fcbf60d94527cbb29e5.tar.xz
bootstrap-2231987eea7c93dc0b300fcbf60d94527cbb29e5.zip
Merge pull request #19348 from delftswa2016/grammar
Added colon before enumeration [skip sauce]
-rw-r--r--docs/getting-started/build-tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md
index 0dabd30f9..47c25b494 100644
--- a/docs/getting-started/build-tools.md
+++ b/docs/getting-started/build-tools.md
@@ -49,7 +49,7 @@ Bootstrap uses [Autoprefixer][autoprefixer] (included in our Gruntfile and build
## Local documentation
-Running our documentation locally requires the use of Jekyll, a decently flexible static site generator that provides us basic includes, Markdown-based files, templates, and more. Here's how to get it started:
+Running our documentation locally requires the use of Jekyll, a decently flexible static site generator that provides us: basic includes, Markdown-based files, templates, and more. Here's how to get it started:
1. Run through the [tooling setup](#tooling-setup) above to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line.