Skip to content

Commit

Permalink
[ci-skip] Fix missing comma + full stop (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
KayaEdwin authored Oct 11, 2022
1 parent 7674547 commit 26f15ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Subject: [PATCH] revert serverside behavior of keepalives

This patch intends to bump up the time that a client has to reply to the
server back to 30 seconds as per pre 1.12.2, which allowed clients
more than enough time to reply potentially allowing them to be less
more than enough time to reply, potentially allowing them to be less
temperamental due to lag spikes on the network thread, e.g. that caused
by plugins that are interacting with netty.

Expand Down Expand Up @@ -428,7 +428,7 @@ file (`CONTRIBUTING.md`), the `LICENSE.md` file, and so forth.
This only applies if you're running Windows. If you're running a prior Windows
release, either update to Windows 10 or move to macOS/Linux/BSD.

In order to speed up patching process on Windows, it's recommended you get WSL
In order to speed up patching process on Windows, it's recommended you get WSL.
2. This is available in Windows 10 v2004, build 19041 or higher. (You can check
your version by running `winver` in the run window (Windows key + R)). If you're
out of date, update your system with the
Expand All @@ -447,4 +447,4 @@ everything like usual.
> in Windows like described here:
> <https://www.howtogeek.com/426749/how-to-access-your-linux-wsl-files-in-windows-10/>
[MiniMappingViewer]: https://minidigger.github.io/MiniMappingViewer/
[MiniMappingViewer]: https://minidigger.github.io/MiniMappingViewer/

0 comments on commit 26f15ba

Please sign in to comment.