]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added colon before enumeration 19348/head
authorMaarten van Elsas <m.vanelsas@student.tudelft.nl>
Mon, 29 Feb 2016 09:05:55 +0000 (10:05 +0100)
committerMaarten van Elsas <m.vanelsas@student.tudelft.nl>
Mon, 29 Feb 2016 09:08:45 +0000 (10:08 +0100)
docs/getting-started/build-tools.md

index 0dabd30f927f34645625b5eeb95409b0258f7de2..47c25b494534bfa111ed13ab3515d33d59529893 100644 (file)
@@ -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.