From daa0effa99a7fef81c45295098cf1ce1ffeba275 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Thu, 5 Mar 2020 11:28:21 +0100 Subject: [PATCH] [examples] Fix typo in gatsby readme (#19998) --- examples/gatsby-theme/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gatsby-theme/README.md b/examples/gatsby-theme/README.md index d6d6b7cde2d187..613c06cb04741a 100644 --- a/examples/gatsby-theme/README.md +++ b/examples/gatsby-theme/README.md @@ -22,6 +22,6 @@ or: ## The idea behind the example -The is an alternative example to [`/examples/gatsby`](https://github.com/mui-org/material-ui/tree/master/examples/gatsby) leveraging [gatsby-theme-material-ui](https://github.com/hupe1980/gatsby-theme-material-ui/tree/master/packages/gatsby-theme-material-ui). +This is an alternative example to [`/examples/gatsby`](https://github.com/mui-org/material-ui/tree/master/examples/gatsby) leveraging [gatsby-theme-material-ui](https://github.com/hupe1980/gatsby-theme-material-ui/tree/master/packages/gatsby-theme-material-ui). The example bundles different Gatsby plugins into a single Gatsby theme. It trades less freedom for fewer boilerplate.