[skip-ci] Improve documentation for better clarity to readers (#7066)

While reading the docs in the repo, I found & made a few improvements
to the documentation so it's clearer to its readers.

These improvements are around: typos, general punctuations, and grammar.
This commit is contained in:
Derick Alangi 2021-05-29 05:17:51 +01:00 committed by GitHub
parent 2454e3b9a5
commit e838de342a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 21 deletions

View file

@ -108,7 +108,7 @@ for every output handler op.
## Output handler hooks
The output handler can change its abilities at runtime. Eg. the gz handler can
The output handler can change its abilities at runtime. For example, the gz handler can
remove the CLEANABLE and REMOVABLE bits when the first output has passed through it;
or handlers implemented in C to be used with ob_start() can contain a non-global
context: