Opened 2 years ago
Closed 2 years ago
#6542 closed defect (bug) (fixed)
Some typos in 'Plugin Handbook -> HTTP API' page
Reported by: | hztyfoon | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | |
Cc: |
Description
in this page: https://developer.wordpress.org/plugins/http-api/
there are some typos:
- in the
Introduction
section, the word 'with' used twice in "The WordPress HTTP API can also be used to communicate and interactwith with
other APIs like..."
- in the
Response codes
section, the word 'the' used twice in "Rather than go into a lengthy explanation of each, here arethe the
standard."
- in the
Code Classes
->Common Codes
section, there should be 'common'(not plural 'commons') in "These are the mostcommons
codes you will encounter."
- in the
GETting data from an API
section, there should be 'follow redirects' instead of 'follow redirections' in "redirection – 5 – How many times tofollow redirections
."
- in the
HEADing off bandwidth usage
section, 'the' should be used before 'number of requests' in "On high traffic APIs, GET is often limited to('the' added after the word 'to')
the number of requests per minute or hour.". also, in the same section, the word 'are' used twice in "Going back to the GitHub example, hereare are
few headers to watch out for."
- in the
WordPress Transients
section, the word 'function' should be plural 'functions' in "There are only threefunction
to do all the heavy lifting for you."
- in the
Introduction to caching
section, the 'set up' should be used insteadsetup
in "What follows is just an introduction to caching and a simple yet effective way to quicklysetup
a cache for API responses."
Change History (1)
#1
in reply to:
↑ description
@
2 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Thanks! For brevity, assume I've done the above changes unless noted here:
Replying to hztyfoon:
I've gone with
a
, as inGET is often limited to a number of requests per minute or hour.
As it's a verb in this context I think, so
set up
is correct: https://grammarist.com/spelling/set-up-vs-setup/