Skip to content

Commit

Permalink
Merge pull request #674 from ashawley/patch-1
Browse files Browse the repository at this point in the history
Fix typo in sbt by example
  • Loading branch information
dwijnand authored May 15, 2018
2 parents 023238f + bf4e878 commit 4466df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/00-Getting-Started/02-sbt-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4466df7

Please sign in to comment.