mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
Fix a couple of minor docs errors
This commit is contained in:
parent
a6e4099a5c
commit
ebc1ca08fe
@ -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:
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user