Skip to content

Commit b690f2a

Browse files
authored
Fix command (#2434)
1 parent a34a1c4 commit b690f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/plugins/guides/store-and-access-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To store data with a Strapi [plugin](/dev-docs/plugins/developing-plugins), use
1717

1818
## Create a content-type for your plugin
1919

20-
To create a content-type with the CLI generator, run the following command in a terminal:
20+
To create a content-type with the CLI generator, run the following command in a terminal within the `server/src/` directory of your plugin:
2121

2222
<Tabs groupId="yarn-npm">
2323
<TabItem value="yarn" label="Yarn">

0 commit comments

Comments
 (0)