Skip to content

Commit 81f35ff

Browse files
authored
docs(gatsby-plugin-gatsby-cloud): fix typo: asterix -> asterisk (#33135)
1 parent 4837b72 commit 81f35ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-gatsby-cloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Redirect rules are automatically added for [client only paths](https://www.gatsb
123123

124124
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`.
125125

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

128128
### HTTP Strict Transport Security
129129

0 commit comments

Comments
 (0)