Skip to content

Commit

Permalink
Merge pull request #1042 from xuoe/master
Browse files Browse the repository at this point in the history
Minor docs fix
  • Loading branch information
technicalpickles committed Aug 31, 2015
2 parents 9913ca7 + b2d8074 commit 54c6be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -21,7 +21,7 @@ Some things that will increase the chance that your pull request is accepted:

* Use CoffeeScript [idioms](http://arcturo.github.io/library/coffeescript/04_idioms.html) and [style guide](https://github.com/polarmobile/coffeescript-style-guide)
* Update the documentation: code comments, example code, guides. Basically,
update anything is affected by your contribution.
update everything affected by your contribution.
* Include any information that would be relevant to reproducing bugs, use cases for new features, etc.

* Discuss the impact on existing [hubot installs](docs/index.md), [hubot adapters](docs/adapters.md), and [hubot scripts](docs/scripting.md) (e.g. backwards compatibility)
Expand Down
4 changes: 2 additions & 2 deletions docs/deploying/unix.md
Expand Up @@ -56,8 +56,8 @@ really, you probably want some process monitoring using tools like
[upstart](http://upstart.ubuntu.com/),
[systemd](http://freedesktop.org/wiki/Software/systemd/).

For starting at boot, you can create an init script for appropriate your UNIX
distribution, or if you are using one the process monitoring tools above, make
For starting at boot, you can create an init script appropriate for your UNIX
distribution. If you are using one of the process monitoring tools above, make
sure it boots at startup. See the [examples](https://github.com/github/hubot/tree/master/examples)
for configuration examples.

Expand Down

0 comments on commit 54c6be9

Please sign in to comment.