docs(core): fix typo in code example

This commit is contained in:
Juri 2022-12-05 11:44:38 +01:00 committed by Juri Strumpflohner
parent b4db6e8f23
commit eb3242ab44

View File

@ -67,7 +67,7 @@ Our fully configured example would look like this:
// generates docs from source code of all dependencies // generates docs from source code of all dependencies
"inputs": ["^production"], "inputs": ["^production"],
// the docs site is created under /docs // the docs site is created under /docs
"outpus": ["{workspaceRoot}/docs"] "outputs": ["{workspaceRoot}/docs"]
} }
} }
}, },