From 78e451e720574b00e18e793e3e9a26ecde9a8ce7 Mon Sep 17 00:00:00 2001 From: Davide Fiorentino Date: Wed, 20 Sep 2017 11:15:36 +0000 Subject: [PATCH] fix typo in "if the resource identifier is know before-hand." it should be "known", and not "know". --- 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