summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby <robby@k-state.edu>2018-04-07 08:35:12 -0500
committerRobby <robby@k-state.edu>2018-04-07 08:42:21 -0500
commit35d3c4bb09d198225c5419d7ee61e626770cec90 (patch)
treed2642c780a710633a4dae53846bbacddd0eff011
parent5f2c1a2d117d6735c8a392a17e08f37521586069 (diff)
parentb2394d91c7ebe8b11bf7d0696af5fe7768d17cfa (diff)
downloadmill-35d3c4bb09d198225c5419d7ee61e626770cec90.tar.gz
mill-35d3c4bb09d198225c5419d7ee61e626770cec90.tar.bz2
mill-35d3c4bb09d198225c5419d7ee61e626770cec90.zip
Restored April 1-4 git history that was squashed by #283.
-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