Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling in the modules guide: than -> then #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/guides/using_modules_and_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Now it is time to create a basic ntp.conf file. Create the directory lib/Service
server ntp02.company.tld
```

If you now want to distribute different ntp.conf files per environment you can add multiple ntp.conf files to that directory. Rex will than decide with the help of the -E $env cli parameter which file to use. Rex first try to find a file named ntp.conf.$environment and if that file does not exist it falls back to ntp.conf.
If you now want to distribute different ntp.conf files per environment you can add multiple ntp.conf files to that directory. Rex will then decide with the help of the -E $env cli parameter which file to use. Rex first try to find a file named ntp.conf.$environment and if that file does not exist it falls back to ntp.conf.

```
.
Expand Down Expand Up @@ -230,7 +230,7 @@ To use your module you have to add it to your Rexfile. This can be simply achiev
1;
```

Than you can list your Tasks and execute them.
Then you can list your Tasks and execute them.

$ rex -T
[2013-03-30 02:35:32] INFO - eval your Rexfile.
Expand Down