summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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