Skip to content

Commit

Permalink
Merge pull request #670 from daveliepmann/typo-scoket
Browse files Browse the repository at this point in the history
fix typo: "scoket" REPL
  • Loading branch information
puredanger authored Sep 13, 2023
2 parents fbd01a9 + 8a51686 commit 7ece0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/repl_and_main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Following is an example of starting a socket server with a repl listener. This c
-Dclojure.server.repl="{:port 5555 :accept clojure.core.server/repl}"
----

With the Clojure CLI, use `-J` flag to pass the option to the JVM (note that this will also start a local REPL in addition to the scoket REPL):
With the Clojure CLI, use `-J` flag to pass the option to the JVM (note that this will also start a local REPL in addition to the socket REPL):

[source,shell]
----
Expand Down

0 comments on commit 7ece0ae

Please sign in to comment.