Skip to content

Minor Improvements for FAQ #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ From the
[documentation](https://github.com/reactive-firewall/multicast/blob/v1.4/multicast/__init__.py#L155):
> Arbitrary port to use by default, though any dynamic and free port would work.

While developers and network admistrators must consider other factors in the real world deployment,
While developers and network administrators must consider other factors in real-world deployments,
it is fair to say any free port in the dynamic or "ephemeral" port range of `49152`-`65535` should
work so far as this Multicast module is concerned.
work as far as this Multicast module is concerned.

* For `SAY` the port refers to the destination port.
* for `RECV` and `HEAR` the port refers to the port to listen on.
Expand Down Expand Up @@ -231,7 +231,8 @@ work so far as this Multicast module is concerned.
* Typically, the documentation will be automatically built by CI/CD and posted to the official
documentation site.

* However if one still wishes to manually build the documentation, there is a make target for this:
* However, if one still wishes to build the documentation manually, there is a `make` target
specifically for this:

```bash
make build-docs
Expand Down
1 change: 1 addition & 0 deletions tests/check_spelling
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ declare -a SPECIFIC_TYPOS=(
"sentance:sentence" # from #330
"reccomended:recommended" # from #348
"absolutly:absolutely" # from #348
"specificly:specifically" # from #205
)

function cleanup() {
Expand Down
Loading