fix: correct typos in pekko-http docs and tests#1075
Merged
Conversation
Motivation: Typos found in documentation markdown files and test code. Modification: - Appache→Apache in timeouts.md (2 occurrences) - bellow→below in host.md - programatically→programmatically in extractMethod.md - noone→no one in security directives docs - decodeing→decoding in CodingDirectivesSpec.scala - nexting→nesting in PathDirectivesTest.java Result: Cleaner codebase with corrected spelling. Tests: Not run - typo fixes only (docs and test strings) References: None - typo cleanup
pjfanning
reviewed
Jun 18, 2026
Motivation: CR review comment from pjfanning: "noone is correct as is". Modification: Revert the noone → no one change in security-directives/index.md. Result: Original spelling preserved per maintainer feedback. Tests: Not run - doc string revert only References: Fixes apache#1075 (comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Typos found in documentation markdown files and test code.
Modification
Fixed typos in docs:
Appache→Apache,bellow→below,programatically→programmatically,noone→no one. Fixed typos in tests:decodeing→decoding,nexting→nesting.Result
Cleaner codebase with corrected spelling.
Tests
Not run - typo fixes only (docs and test strings)
References
None - typo cleanup