From 5645f619c6e50ace2c2808d594f1bb032cfa3c2a Mon Sep 17 00:00:00 2001 From: Mark Root-Wiley Date: Tue, 16 Jul 2024 10:31:19 -0700 Subject: [PATCH] Update data-api.md Fix typo in data-api that should be "referred" --- guides/data-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/data-api.md b/guides/data-api.md index 8eaee70..388f61f 100644 --- a/guides/data-api.md +++ b/guides/data-api.md @@ -27,7 +27,7 @@ In redux and therefore in the WordPress Data API there is the concept of a Store ![List of the various Core Data Stores](../static/img/data-api-core-stores.png) -The editor does not only have one global data store but rather multiple different stores that each focus on different areas of the site. These stores can be refereed to by their namespace or you can import the store object from the individual packages. +The editor does not only have one global data store but rather multiple different stores that each focus on different areas of the site. These stores can be referred to by their namespace or you can import the store object from the individual packages. | Namespace | Name | Purpose | |---------------------|------|---------|