Skip to content

Commit 052bde1

Browse files
martinbonninjoffrey-bion
authored andcommitted
Fix typo in markOutputAs to markOutputsAs
I think this should be plural?
1 parent 9eab0d8 commit 052bde1

File tree

1 file changed

+2
-2
lines changed
  • docs/src/user-guide/plugins/topics

1 file changed

+2
-2
lines changed

docs/src/user-guide/plugins/topics/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ It has two properties: `modifier: string` and `isTest: boolean`.
214214
The `modifier` string has the same semantics as the suffix one can put after the `@` in the `module.yaml` configuration or
215215
in 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

350350
To see more practical examples of how to write tasks,
351351
you 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.

0 commit comments

Comments
 (0)