Skip to content

Commit

Permalink
Merge pull request TritonDataCenter#576 from zealic/fix/docs-issue
Browse files Browse the repository at this point in the history
fix ttl typo and whitespace in docs
  • Loading branch information
Mike Gerdts authored May 3, 2019
2 parents 19c1625 + 2411409 commit d999b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/30-configuration/32-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ ContainerPilot configuration has template support. If you have an environment va

##### `default`

Provides a default value if the variable is empty. For example: `{{ .CONSUL | default "localhost"}}` would output `localhost` if the `CONSUL` env var is not set.
Provides a default value if the variable is empty. For example: `{{ .CONSUL | default "localhost" }}` would output `localhost` if the `CONSUL` env var is not set.

##### `split` and `join`

Expand Down
2 changes: 1 addition & 1 deletion docs/30-configuration/34-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs: [
health: {
exec: "/usr/bin/curl --fail -s -o /dev/null http://localhost/app",
interval: 5,
tll: 10,
ttl: 10,
timeout: "5s",
},

Expand Down

0 comments on commit d999b63

Please sign in to comment.