Skip to content

Commit

Permalink
docs(core): fix typo in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Dec 5, 2022
1 parent b4db6e8 commit eb3242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/recipes/root-level-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Our fully configured example would look like this:
// generates docs from source code of all dependencies
"inputs": ["^production"],
// the docs site is created under /docs
"outpus": ["{workspaceRoot}/docs"]
"outputs": ["{workspaceRoot}/docs"]
}
}
},
Expand Down

1 comment on commit eb3242a

@vercel
Copy link

@vercel vercel bot commented on eb3242a Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.