Skip to content

Commit d0fca27

Browse files
committed
Fix typos
1 parent 42adec8 commit d0fca27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const bookmarks = parse(html)
5858

5959
##### `excludeAttrs: string[]`
6060

61-
Exclude specified attributes from output.
61+
Excludes specified attributes from output.
6262

6363
##### `withId: boolean`
6464

@@ -144,7 +144,7 @@ const bookmarks = flatParse(html)
144144

145145
##### `excludeAttrs: string[]`
146146

147-
Exclude specified attributes from output.
147+
Excludes specified attributes from output.
148148

149149
##### `withId: boolean`
150150

@@ -192,7 +192,7 @@ const bookmarks = flatParse(html, { withId: true })
192192

193193
[Type definition](./types/parse/custom-parse.d.ts)
194194

195-
Provides fine-grained control by allowing you to define handlers for bookmark elements during parsing.
195+
Allows you to define handlers for elements during parsing.
196196

197197
Use this to build custom data structures or implement custom logic.
198198

0 commit comments

Comments
 (0)