-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix several issues in the middleware documentation (#3518)
Summary of fixes: - Fixed a few cases where the `title` for code blocks was incorrectly spelled `tilte` instead - Fixed `MiddlewareResponseHandler` being incorrectly referred to as `MiddlewareRequestHandler` instead - Fixed a line comment that should've been a block comment and was cutting off the end of the line - Replaced `html.replace` with `html.replaceAll` in the "redacting sensitive information" example - Added a missing `title` - Removed a draft version of the example for chaining middleware - Fixed inconsistent indentation and formatting - Added missing semicolons - Removed extraneous spaces - A few grammar fixes Co-authored-by: Yan Thomas <[email protected]>
- Loading branch information
1 parent
adbfdc9
commit 22c58ac
Showing
1 changed file
with
49 additions
and
63 deletions.
There are no files selected for viewing
This file contains 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