restquicktips.html: fix a typo

..is know before-hand -> ..is known before-hand

Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
This commit is contained in:
arehman199
2017-07-10 18:01:08 +05:00
committed by GitHub
parent f8ccf55972
commit 50fccc7668

View File

@ -73,7 +73,7 @@
<dt>GET</dt>
<dd>Read a specific resource (by an identifier) or a collection of resources.</dd>
<dt>PUT</dt>
<dd>Update a specific resource (by an identifier) or a collection of resources. Can also be used to create a specific resource if the resource identifier is know before-hand.</dd>
<dd>Update a specific resource (by an identifier) or a collection of resources. Can also be used to create a specific resource if the resource identifier is known before-hand.</dd>
<dt>DELETE</dt>
<dd>Remove/delete a specific resource by an identifier.</dd>
<dt>POST</dt>