Skip to content

Commit 37d6e8a

Browse files
committed
Tweaked the JSDoc to make the prefixing clearer
1 parent 0197d7e commit 37d6e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trigger-sdk/src/v3/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ export type TaskRunOptions = {
447447
*
448448
* You can set up to 3 tags per run, they must be less than 64 characters each.
449449
*
450-
* We recommend prefixing tags with a namespace, like `user:1234567` or `org:9876543`.
450+
* We recommend prefixing tags with a namespace using an underscore or colon, like `user_1234567` or `org:9876543`.
451451
*
452452
* @example
453453
*

0 commit comments

Comments
 (0)