From 50fccc76686d0378bab77200bba40317a7fc8cff Mon Sep 17 00:00:00 2001 From: arehman199 Date: Mon, 10 Jul 2017 18:01:08 +0500 Subject: [PATCH] restquicktips.html: fix a typo ..is know before-hand -> ..is known before-hand Signed-off-by: Abdur Rehman --- lessons/restquicktips.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/restquicktips.html b/lessons/restquicktips.html index b413165..2e03392 100644 --- a/lessons/restquicktips.html +++ b/lessons/restquicktips.html @@ -73,7 +73,7 @@
GET
Read a specific resource (by an identifier) or a collection of resources.
PUT
-
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.
+
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.
DELETE
Remove/delete a specific resource by an identifier.
POST