diff --git a/src/sphinx/Getting-Started/Custom-Settings.rst b/src/sphinx/Getting-Started/Custom-Settings.rst index 09bc1c52f..73f1ace41 100644 --- a/src/sphinx/Getting-Started/Custom-Settings.rst +++ b/src/sphinx/Getting-Started/Custom-Settings.rst @@ -1,4 +1,3 @@ - ========================= Custom Settings and Tasks ========================= @@ -40,7 +39,7 @@ reload, while a task is re-computed for every "task execution" (every time someone types a command at the sbt interactive prompt or in batch mode). -Keys may be defined in a `.sbt file ` file, :doc:`.scala file `, or in a :doc:`plugin `. +Keys may be defined in a :doc:`.sbt file `, :doc:`.scala file `, or in a :doc:`plugin `. Any `val` found in a `Build` object in your `.scala` build definition files or any `val` found in a `Plugin` object from a plugin will be imported automatically into your `.sbt` files.