From cf0fdc7aae2a03db9474d7098e7f7ee4fc44af1a Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 25 Mar 2024 12:43:55 +0100 Subject: [PATCH] chore: typo --- docs/create-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create-plugin.md b/docs/create-plugin.md index ccbf5a3..3a71eb4 100644 --- a/docs/create-plugin.md +++ b/docs/create-plugin.md @@ -6,7 +6,7 @@ To create the basic scaffolding run the following command. Remember to replace ` npx nx g @nx/web:application example-plugin --directory=apps/example-plugin ``` -Create a `manifes.json` in `/public`. +Create a `manifest.json` in `/public`. ```json {