Skip to content

Commit a5be06d

Browse files
Mantisusvdusek
andauthored
Update docs/guides/http_crawlers.mdx
Co-authored-by: Vlada Dusek <[email protected]>
1 parent 8195397 commit a5be06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/http_crawlers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This approach is recommended when you need tight integration between parsing and
143143

144144
The following example demonstrates how to create a custom crawler using `selectolax` with the `Lexbor` engine.
145145

146-
### Implementing the parser
146+
### Parser implementation
147147

148148
The parser converts HTTP responses into a parsed document and provides methods for element selection. Implement <ApiLink to="class/AbstractHttpParser">`AbstractHttpParser`</ApiLink> using `selectolax` with required methods for parsing and querying:
149149

0 commit comments

Comments
 (0)