From e5b73863a94c9c9d160364ae7a2785fc8fac0e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Mon, 19 Oct 2020 08:49:52 +0200 Subject: [PATCH] chore(docs): fix typo (#27485) --- packages/gatsby-admin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-admin/README.md b/packages/gatsby-admin/README.md index 2b243455a7be0..5b8ef3a10ad35 100644 --- a/packages/gatsby-admin/README.md +++ b/packages/gatsby-admin/README.md @@ -46,7 +46,7 @@ Admin does not support all `gatsby-config.js` formats. If yours is not supported The Gatsby Admin interface (this package) is a standard Gatsby site. -It uses [theme-ui](https://theme-ui.com) (with the [strict-ui](https://github.com/system-ui/theme-ui/pull/719) experimantal extension) and [gatsby-interface](https://github.com/gatsby-inc/gatsby-interface) for styling. +It uses [theme-ui](https://theme-ui.com) (with the [strict-ui](https://github.com/system-ui/theme-ui/pull/719) experimental extension) and [gatsby-interface](https://github.com/gatsby-inc/gatsby-interface) for styling. It fetches its data from the [gatsby-recipes GraphQL server](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-recipes/src/graphql-server), which exposes all the information Admin needs about the locally running Gatsby site, using [urql](https://github.com/FormidableLabs/urql).