Skip to content

Commit b248489

Browse files
committed
fix BatchProcessor link syntax
1 parent 0ec3208 commit b248489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/batch/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ type PartialItemFailures = { itemIdentifier: string };
9595
type PartialItemFailureResponse = { batchItemFailures: PartialItemFailures[] };
9696

9797
/**
98-
* Configuration options for {@link BatchProcessor | `BatchProcessor`} parser integration.
98+
* Configuration options for {@link BatchProcessor} parser integration.
9999
*
100100
* When enabling parser integration, you must provide {@link parser} along with either `schema` or `innerSchema`.
101101
* Import `parser` from `@aws-lambda-powertools/batch/parser`.

0 commit comments

Comments
 (0)