diff options
author | Josh Cooper <josh@puppet.com> | 2018-06-28 15:21:06 -0700 |
---|---|---|
committer | Josh Cooper <josh@puppet.com> | 2018-06-28 15:21:06 -0700 |
commit | 7fbb124ef0a31398134644cff891826df4ccbfb4 (patch) | |
tree | adaa7715542155832a771b2deb51c991bbff4a9c | |
parent | d3fd7f3df72ecf502c455d9ba2622ac33f1621de (diff) | |
download | puppet-augeas_core-7fbb124ef0a31398134644cff891826df4ccbfb4.tar.gz puppet-augeas_core-7fbb124ef0a31398134644cff891826df4ccbfb4.tar.bz2 |
Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ To generate documentation locally, run bundle install bundle exec puppet strings generate ./lib/**/*.rb ``` -This command will create a browsable `\_index.html` file in the `doc` directory. The references available here are all generated from YARD-style comments embedded in the code base. When any development happens on this module, the impacted documentation should also be updated. +This command will create a browsable `_index.html` file in the `doc` directory. The references available here are all generated from YARD-style comments embedded in the code base. When any development happens on this module, the impacted documentation should also be updated. ## Limitations |