From 7686389f7dcd2385096ee54c7427003299996367 Mon Sep 17 00:00:00 2001 From: Matthew Ell Date: Tue, 2 Mar 2021 10:44:51 -0500 Subject: [PATCH] Fix typo in key concepts intro sentence fixes what appears to be a typo in the intro sentence. --- key-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/key-concepts.md b/key-concepts.md index 4afc9b1..d17b501 100644 --- a/key-concepts.md +++ b/key-concepts.md @@ -1,6 +1,6 @@ # Key Concepts -In this page will break down some of the key concepts and terms associated with the REST API: **Routes & Endpoints,** **Requests**, **Responses**, **Schema**, and **Controller Classes**. Each of these concepts play a crucial role in understanding, using, and extending the WordPress REST API, and each is explored in greater depth within this handbook. +In this page we'll break down some of the key concepts and terms associated with the REST API: **Routes & Endpoints,** **Requests**, **Responses**, **Schema**, and **Controller Classes**. Each of these concepts play a crucial role in understanding, using, and extending the WordPress REST API, and each is explored in greater depth within this handbook. ## Routes & Endpoints