From 9c345b2b872333c85bec20e06248a09bea9fc15b Mon Sep 17 00:00:00 2001 From: Joey Blake Date: Wed, 14 Aug 2019 08:56:49 -0400 Subject: [PATCH] Fixes a typo and updates WPGraphQL Dad jokes link --- src/content/getting-started/custom-fields-and-meta.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/getting-started/custom-fields-and-meta.mdx b/src/content/getting-started/custom-fields-and-meta.mdx index 8117023..7fd105d 100644 --- a/src/content/getting-started/custom-fields-and-meta.mdx +++ b/src/content/getting-started/custom-fields-and-meta.mdx @@ -99,7 +99,7 @@ Now, we can query the color field on ANY exposed Custom Post Type in our Schema. } ``` -## Register multiple fields, speficying type +## Register multiple fields, specifying type If instead we want to register multiple fields (in this case blurb and price), but control which Post Types they are exposed to, we could do the following: @@ -151,6 +151,6 @@ even connect to any other database, or custom tables, static data, .csv files, e is really quite expansive. -Take a look at the WPGraphQL Dad Jokes extension +Take a look at the WPGraphQL Dad Jokes extension for an example of registering fields that resolve data from an external API.