Skip to content

Commit

Permalink
Fix config readme spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Feb 14, 2017
1 parent 7a7a3ca commit 2b2e14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ free to register your own providers via `config.RegisterProviders()` and
### Static configuration providers

Static configuration providers conform to the `Provider` interface
and are bootstraped first. Use these for simple providers such as file-backed or
and are bootstrapped first. Use these for simple providers such as file-backed or
environment-based configuration providers.

### Dynamic Configuration Providers
Expand Down
2 changes: 1 addition & 1 deletion config/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
// Static configuration providers
//
// Static configuration providers conform to the Provider interface
// and are bootstraped first. Use these for simple providers such as file-backed or
// and are bootstrapped first. Use these for simple providers such as file-backed or
// environment-based configuration providers.
//
//
Expand Down

0 comments on commit 2b2e14f

Please sign in to comment.