Skip to content

Commit 786bc0f

Browse files
committed
* typo
1 parent 48b4d7e commit 786bc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/cli.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ present"
599599
(def ^{:doc "Default commands for ClojureScript REPLs. :groups are to support
600600
printing organized output for --help. a :main option must come at the end, they
601601
specify things like running a -main fn, compile, repl, or web serving. Sometimes
602-
:main options can use be used together (i.e. --compile --repl), but this is not
602+
:main options can be used together (i.e. --compile --repl), but this is not
603603
generic - the combinations must be explicitly supported"}
604604
default-commands
605605
(add-commands

0 commit comments

Comments
 (0)