diff --git a/examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala b/examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala index 24a1bcf8..3e880198 100644 --- a/examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala +++ b/examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala @@ -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")