diff --git a/src/content/docs/en/how-it-works/cli.mdx b/src/content/docs/en/how-it-works/cli.mdx index 88cee90e..95cdc35b 100644 --- a/src/content/docs/en/how-it-works/cli.mdx +++ b/src/content/docs/en/how-it-works/cli.mdx @@ -17,11 +17,11 @@ import ReadMore from '~/components/ReadMore.astro'; The StudioCMS CLIs are utilities that allow you to quickly scaffold new StudioCMS projects and expose useful utilities for StudioCMS. -There is multiple different CLIs that are part of the StudioCMS ecosystem: +There are multiple different CLIs that are part of the StudioCMS ecosystem: -- **[`create-studiocms`](#create-studiocms)**: The StudioCMS project scaffolding CLI. - **[`studiocms`](#studiocms)**: The StudioCMS utility CLI. -- **[`@studiocms/upgrade`](#studiocms-upgrade)**: Upgrade StudioCMS Projects and their Plugins +- **[`create-studiocms`](#create-studiocms)**: The StudioCMS project scaffolding CLI. +- **[`@studiocms/upgrade`](#studiocms-upgrade)**: Upgrade StudioCMS Projects and their Plugins. The following is a breakdown of the StudioCMS CLI and its components. @@ -334,4 +334,4 @@ It is possible to pass a specific `tag` to resolve packages against. If not incl [turso-docs]: https://docs.turso.tech/cli/installation [templates]: https://github.com/withstudiocms/templates -[environment-variables]: /en/start-here/environment-variables/ \ No newline at end of file +[environment-variables]: /en/start-here/environment-variables/