Skip to content

Commit 29ad81e

Browse files
authored
fixing docs (#1159)
1 parent 47f72d8 commit 29ad81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/v2/providers/database.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ export interface ReferenceOptions extends options.EventHandlerOptions {
8888
/**
8989
* Specify the handler to trigger on a database instance(s).
9090
* If present, this value can either be a single instance or a pattern.
91-
* Examples: 'my-instance-1', '{instance}'
91+
* Examples: 'my-instance-1', 'my-instance-*'
92+
* Note: The capture syntax cannot be used for 'instance'.
9293
*/
9394
instance?: string;
9495

0 commit comments

Comments
 (0)