Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Tweaks the configuration guide so to reads better in GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
onefrankguy committed Apr 13, 2016
1 parent ad61723 commit f8fae1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The configuration file below is the default settings for propsd.
## Interpolated Properties ##

Propsd supports injecting static values defined in configuration files into the
property documents read from S3. This provides way to read instance specific
property documents read from S3. This provides a way to read instance specific
properties.

Suppose you have two configurations for metrics polling, fast and slow. Fast
Expand Down Expand Up @@ -155,7 +155,7 @@ configuration to read the "fast" document looks like this.
}
~~~

If the `properties:speed` key was configured as"slow", the `metrics/slow.json`
If the `properties:speed` key was configured as "slow", the `metrics/slow.json`
document would be read instead.

Interpolated properties in templated documents are enclosed in double curly
Expand Down

0 comments on commit f8fae1e

Please sign in to comment.