diff --git a/src/reference/00-Getting-Started/02-sbt-by-example.md b/src/reference/00-Getting-Started/02-sbt-by-example.md index aedeaafeb..fecd11238 100644 --- a/src/reference/00-Getting-Started/02-sbt-by-example.md +++ b/src/reference/00-Getting-Started/02-sbt-by-example.md @@ -64,7 +64,7 @@ sbt:foo-build> ~compile ### Create a source file -Leave the previous command running. From a different shell or in your file managed create in the project +Leave the previous command running. From a different shell or in your file manager create in the project directory the following nested directories: `src/main/scala/example`. Then, create in the `example` directory the following file using your favorite editor: