Skip to content

Commit

Permalink
Corrected style errors
Browse files Browse the repository at this point in the history
Thanks for the edits, Hunter! Can you validate my corrections? I'm making these in-browser, and GitHub's editor might be throwing me off by converting my spaces to tabs.
  • Loading branch information
psoloway committed Dec 30, 2014
1 parent 9416be7 commit 1db205a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1429,9 +1429,9 @@ Used by HTTPD to set environment variables for vhosts. Defaults to '[]'.
Example:

```puppet
apache::vhost {'setenv.example.com':
setenv => ['SPECIAL_PATH /foo/bin'],
}
apache::vhost { 'setenv.example.com':
setenv => ['SPECIAL_PATH /foo/bin'],
}
```

#####`setenvif`
Expand Down

0 comments on commit 1db205a

Please sign in to comment.