From 35b9ded76e05193d5e26336b0ce4f7477fc6760f Mon Sep 17 00:00:00 2001 From: Tim Feeley Date: Mon, 4 Apr 2022 01:36:54 -0700 Subject: [PATCH] Fix typo in recipe step name (#3265) (ignore) --- recipes/next-ui/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/next-ui/index.ts b/recipes/next-ui/index.ts index f5139c941..7a2129754 100644 --- a/recipes/next-ui/index.ts +++ b/recipes/next-ui/index.ts @@ -85,7 +85,7 @@ export default RecipeBuilder() .setRepoLink("https://github.com/blitz-js/blitz") .addAddDependenciesStep({ stepId: "install", - stepName: "Insstall Next UI", + stepName: "Install Next UI", explanation: `Import the Next UI provider into _app, so it is accessible in the whole app`, packages: [ {