Skip to content

Commit 599fc49

Browse files
authored
Add - to end of second gatsby-theme prefix str (#22523)
The maximal prefix is `gatsby-theme-` so make sure both instances of that string include the final `-` for consistency.
1 parent 0cbf6b7 commit 599fc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/themes/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ As methodologies for building Gatsby Themes begin to formalize and standardize,
77
## Naming
88

99
It's required to prefix themes with `gatsby-theme-`. So if you'd like to name your theme "awesome" you
10-
can name it `gatsby-theme-awesome` and place that as the `name` key in your `package.json`. Prefixing themes with `gatsby-theme` enables Gatsby in identifying theme packages for compilation.
10+
can name it `gatsby-theme-awesome` and place that as the `name` key in your `package.json`. Prefixing themes with `gatsby-theme-` enables Gatsby in identifying theme packages for compilation.
1111

1212
## Initializing required directories
1313

0 commit comments

Comments
 (0)