Fix a couple of minor docs errors

This commit is contained in:
Havoc Pennington 2014-01-10 19:22:20 -05:00
parent a6e4099a5c
commit ebc1ca08fe
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ Scala dependency.
See the examples in the `examples/` directory.
You can run these from the sbt console with the commands `project
simple-app` and then `run`.
config-simple-app-java` and then `run`.
In brief, as shown in the examples:

View File

@ -107,7 +107,7 @@ import java.util.concurrent.TimeUnit;
* <em>Substitutions</em> are the <code>${foo.bar}</code> syntax in config
* files, described in the <a href=
* "https://github.com/typesafehub/config/blob/master/HOCON.md#substitutions"
* >here</a>. Resolving substitutions replaces these references with real
* >specification</a>. Resolving substitutions replaces these references with real
* values.
*
* <p>