File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/user-guide/plugins/topics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ It has two properties: `modifier: string` and `isTest: boolean`.
214214The `modifier` string has the same semantics as the suffix one can put after the `@` in the `module.yaml` configuration or
215215in the names of `src` directories. For example, having :
216216` ` ` yaml
217- markOutputAs :
217+ markOutputsAs :
218218 - path: ${action.generatedSourceDir}
219219 kind: kotlin-sources
220220 fragment:
@@ -349,4 +349,4 @@ We are working on providing a proper UX for calling plugin tasks.
349349
350350To see more practical examples of how to write tasks,
351351you are welcome to check out the [quick start guide](../quick-start.md) and our
352- plugin samples in the `build-sources` directory of the Amper project.
352+ plugin samples in the `build-sources` directory of the Amper project.
You can’t perform that action at this time.
0 commit comments