diff --git a/akka-docs/src/main/paradox/scala/general/configuration.md b/akka-docs/src/main/paradox/scala/general/configuration.md index beb6613dff..ad85e67297 100644 --- a/akka-docs/src/main/paradox/scala/general/configuration.md +++ b/akka-docs/src/main/paradox/scala/general/configuration.md @@ -55,7 +55,7 @@ to `application`—may be overridden using the `config.resource` property @@@ note -If you are writing an Akka application, keep you configuration in +If you are writing an Akka application, keep your configuration in `application.conf` at the root of the class path. If you are writing an Akka-based library, keep its configuration in `reference.conf` at the root of the JAR file.