Skip to content

Commit

Permalink
docs(gatsby-source-contentful): fix typo in readme (#9468)
Browse files Browse the repository at this point in the history
Corrected a typo in README.md .

<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
  • Loading branch information
iTechsTR authored and pieh committed Oct 27, 2018
1 parent 7567a54 commit 5342862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/README.md
Expand Up @@ -127,7 +127,7 @@ like the following:

## **Beta** [Contentful Rich Text](https://www.contentful.com/developers/docs/concepts/rich-text/)

if you want to use the new Rich Text feature you can opt-in by setting the following environment variable
If you want to use the new Rich Text feature you can opt-in by setting the following environment variable:

```sh
export GATSBY_CONTENTFUL_RICH_TEXT='enabled'
Expand Down

0 comments on commit 5342862

Please sign in to comment.