Skip to content

Commit 69b88b5

Browse files
committed
Text change
1 parent b568df7 commit 69b88b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

More.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
For Clojure the request map and response map are defined by the ring SEPC at https://github.com/ring-clojure/ring/blob/master/SPEC .
1111

12-
For Java/Groovy , the reqest map contains serveral parts:
12+
For Java/Groovy, the reqest map contains serveral parts:
1313

1414
1. server-port (Required, Integer) The port on which the request is being handled.
1515
1. server-name (Required, String) The resolved server name, or the server IP address.

More.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h3>
99

1010
<p>For Clojure the request map and response map are defined by the ring SEPC at <a href="https://github.com/ring-clojure/ring/blob/master/SPEC">https://github.com/ring-clojure/ring/blob/master/SPEC</a> .</p>
1111

12-
<p>For Java/Groovy , the reqest map contains serveral parts:</p>
12+
<p>For Java/Groovy, the reqest map contains serveral parts:</p>
1313

1414
<ol>
1515
<li>server-port (Required, Integer) The port on which the request is being handled.</li>

more.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3>
111111

112112
<p>For Clojure the request map and response map are defined by the ring SEPC at <a href="https://github.com/ring-clojure/ring/blob/master/SPEC">https://github.com/ring-clojure/ring/blob/master/SPEC</a> .</p>
113113

114-
<p>For Java/Groovy , the reqest map contains serveral parts:</p>
114+
<p>For Java/Groovy, the reqest map contains serveral parts:</p>
115115

116116
<ol>
117117
<li>server-port (Required, Integer) The port on which the request is being handled.</li>

0 commit comments

Comments
 (0)