Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To store data with a Strapi [plugin](/dev-docs/plugins/developing-plugins), use

## Create a content-type for your plugin

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

<Tabs groupId="yarn-npm">
<TabItem value="yarn" label="Yarn">
Expand Down