Skip to content

Commit

Permalink
docs(gatsby-plugin-gatsby-cloud): fix typo: asterix -> asterisk (#33135)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartveneman committed Sep 10, 2021
1 parent 4837b72 commit 81f35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/README.md
Expand Up @@ -123,7 +123,7 @@ Redirect rules are automatically added for [client only paths](https://www.gatsb

If those rules are conflicting with custom rules or if you want to have more control over them you can disable them in [configuration](#configuration) by setting `generateMatchPathRewrites` to `false`.

An asterix, `*`, will match anything that follows. i.e. `/packages/gatsby-plugin-gatsby-cloud/` will be redirected to `/plugins/gatsby-plugin-gatsby-cloud/`.
An asterisk, `*`, will match anything that follows. i.e. `/packages/gatsby-plugin-gatsby-cloud/` will be redirected to `/plugins/gatsby-plugin-gatsby-cloud/`.

### HTTP Strict Transport Security

Expand Down

0 comments on commit 81f35ff

Please sign in to comment.