1
0
mirror of synced 2025-12-19 18:11:23 -05:00

Fix typo in recipe step name (#3265)

(ignore)
This commit is contained in:
Tim Feeley
2022-04-04 01:36:54 -07:00
committed by GitHub
parent 85c10b9d3f
commit 35b9ded76e

View File

@@ -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: [
{