diff --git a/src/sphinx/GettingStartedApplications/AddingConfiguration.rst b/src/sphinx/GettingStartedApplications/AddingConfiguration.rst index 1ba35d730..7b6aa58af 100644 --- a/src/sphinx/GettingStartedApplications/AddingConfiguration.rst +++ b/src/sphinx/GettingStartedApplications/AddingConfiguration.rst @@ -19,7 +19,7 @@ Now, if we run the ``stage`` task, we'll see this file show up in the distributi bin/ conf/ lib/ - $ ls target/unviersal/stage/conf + $ ls target/universal/stage/conf jvmopts By default, any file in the ``src/universal`` directory is packaged. This is a convenient way to include things like licenses, and readmes. @@ -131,4 +131,4 @@ One means of doing this is hooking the ``batScriptExtraDefines`` key. This allo Now, the windows version will also load the configuration from the ``conf/`` directory of the package. -Next, let's :doc:`add some generated files `. \ No newline at end of file +Next, let's :doc:`add some generated files `. diff --git a/src/sphinx/GettingStartedApplications/GeneratingFiles.rst b/src/sphinx/GettingStartedApplications/GeneratingFiles.rst index 50f219b83..58d625cff 100644 --- a/src/sphinx/GettingStartedApplications/GeneratingFiles.rst +++ b/src/sphinx/GettingStartedApplications/GeneratingFiles.rst @@ -44,7 +44,7 @@ You can see the license file is now included in the distribution. TODO - Describe linuxPackageMappings -With control over mappings, you can rework any aspect of the native packager defaults just be overriding +With control over mappings, you can rework any aspect of the native packager defaults just by overriding which files are used. However, sometimes the defaults don't need to be completely replaced, just altered a bit. Next, let's look at :doc:`how to provide our own BASH template ` that the native packager will use when generating diff --git a/src/sphinx/GettingStartedServers/OverrdingTemplates.rst b/src/sphinx/GettingStartedServers/OverrdingTemplates.rst index 71d1d6622..980bda58a 100644 --- a/src/sphinx/GettingStartedServers/OverrdingTemplates.rst +++ b/src/sphinx/GettingStartedServers/OverrdingTemplates.rst @@ -9,7 +9,7 @@ For the ``java_server`` package lifecycle scripts are customized to provide the * Register application at your init system For this purpose *sbt-native-packager* ships with some predefined templates. These can be -override with different techniques, depending on the packaging system. +overriden with different techniques, depending on the packaging system. RPM Scriptlets ============== @@ -120,4 +120,4 @@ Linux Replacements ${{app_name}} ${{daemon_user}} ${{daemon_group}} - \ No newline at end of file +