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.