mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
fix a typo in a comment in simple-lib
This commit is contained in:
parent
130544f98a
commit
00a19f3f5d
@ -7,7 +7,7 @@ class SimpleLibContext(config: Config) {
|
||||
|
||||
// This verifies that the Config is sane and has our
|
||||
// reference config. Importantly, we specify the "simple-lib"
|
||||
// path so we only validate settings that belong to our this
|
||||
// path so we only validate settings that belong to this
|
||||
// library. Otherwise, we might throw mistaken errors about
|
||||
// settings we know nothing about.
|
||||
config.checkValid(ConfigFactory.defaultReference(), "simple-lib")
|
||||
|
Loading…
Reference in New Issue
Block a user