summaryrefslogtreecommitdiff
path: root/docs/pages/2 - Configuring Mill.md
diff options
context:
space:
mode:
authorAnderson Mesquita <andersonvom@gmail.com>2018-04-07 15:34:29 +0200
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-07 06:34:29 -0700
commitb2394d91c7ebe8b11bf7d0696af5fe7768d17cfa (patch)
treed2642c780a710633a4dae53846bbacddd0eff011 /docs/pages/2 - Configuring Mill.md
parentccb67db3759a16e95a75920d87281185310ccd81 (diff)
downloadmill-b2394d91c7ebe8b11bf7d0696af5fe7768d17cfa.tar.gz
mill-b2394d91c7ebe8b11bf7d0696af5fe7768d17cfa.tar.bz2
mill-b2394d91c7ebe8b11bf7d0696af5fe7768d17cfa.zip
Fix typo (#284)
Diffstat (limited to 'docs/pages/2 - Configuring Mill.md')
-rw-r--r--docs/pages/2 - Configuring Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index 4df4d5d4..a229fa72 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -414,7 +414,7 @@ object foo extends ScalaModule {
Mill's `foo.run` by default will discover which main class to run from your
compilation output, but if there is more than one or the main class comes from
-some library you cna explicitly specify which one to use. This also adds the
+some library you can explicitly specify which one to use. This also adds the
main class to your `foo.jar` and `foo.assembly` jars.
## Downloading Non-Maven Jars