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