Skip to content

Commit 1abd235

Browse files
[DOCUMENTATION] Applied improvements from GHI #205
Changes in file docs/FAQ.md: * Applied improvements Changes in file tests/check_spelling: * related work
1 parent daf1eb6 commit 1abd235

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/FAQ.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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,
203203
it 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

tests/check_spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

152153
function cleanup() {

0 commit comments

Comments
 (0)