File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,9 @@ From the
199199[ documentation] ( https://github.com/reactive-firewall/multicast/blob/v1.4/multicast/__init__.py#L155 ) :
200200> Arbitrary port to use by default, though any dynamic and free port would work.
201201
202- While developers and network admistrators must consider other factors in the real world deployment ,
202+ While developers and network administrators must consider other factors in real- world deployments ,
203203it is fair to say any free port in the dynamic or "ephemeral" port range of ` 49152 ` -` 65535 ` should
204- work so far as this Multicast module is concerned.
204+ work as far as this Multicast module is concerned.
205205
206206* For ` SAY ` the port refers to the destination port.
207207* for ` RECV ` and ` HEAR ` the port refers to the port to listen on.
@@ -231,7 +231,8 @@ work so far as this Multicast module is concerned.
231231* Typically, the documentation will be automatically built by CI/CD and posted to the official
232232 documentation site.
233233
234- * However if one still wishes to manually build the documentation, there is a make target for this:
234+ * However, if one still wishes to build the documentation manually, there is a ` make ` target
235+ specifically for this:
235236
236237 ``` bash
237238 make build-docs
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ declare -a SPECIFIC_TYPOS=(
147147 " sentance:sentence" # from #330
148148 " reccomended:recommended" # from #348
149149 " absolutly:absolutely" # from #348
150+ " specificly:specifically" # from #205
150151)
151152
152153function cleanup() {
You can’t perform that action at this time.
0 commit comments