Skip to content

Commit

Permalink
docs(step-functions): modify description of itemReaderPath
Browse files Browse the repository at this point in the history
**Why**
- the first line of comment is used as the description shown in the properties table, hence, repeating the property name does not convey much

**What**
- replace first line of comment from property name to description of property

**Tested by**
- `yarn build`
  • Loading branch information
Chakshu Gupta committed Jul 25, 2024
1 parent c7c5685 commit a4043d2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export interface DistributedMapProps extends MapBaseProps {
readonly itemReader?: IItemReader;

/**
* ItemReaderPath
*
* Configuration for where to read items dataset in S3 to iterate, as JsonPath
*
* @default - No itemReaderPath
Expand Down

0 comments on commit a4043d2

Please sign in to comment.