From 1a167684c5a5553d310d8e78c67c9d9b00e93131 Mon Sep 17 00:00:00 2001 From: Adam Etzion Date: Thu, 11 Feb 2021 10:56:34 -0700 Subject: [PATCH] Add typo correction 'agnostic' --- module3/lessons/building_an_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/lessons/building_an_api.md b/module3/lessons/building_an_api.md index 2a96e64f7..535bd552f 100644 --- a/module3/lessons/building_an_api.md +++ b/module3/lessons/building_an_api.md @@ -41,7 +41,7 @@ In the end, though, as developers we have a choice to make around our developmen #### RESTful Wrap-Up -REST is language-agnostics, and is a standard we should continue to build, but we ARE allowed some flexibility. +REST is language-agnostic, and is a standard we should continue to build, but we ARE allowed some flexibility. ---