Skip to content

Commit a0bc90b

Browse files
authored
Update custom-sources.md (#509)
fixed small typo
1 parent 20bf7b5 commit a0bc90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connectors/sources/custom-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Quix Streams also provides a set of classes to help users implement custom sourc
77

88
## Source
99

10-
The recomended parent class to create a new source. It handles configuring, starting and stopping the source, as well as implementing a serie of helpers.
10+
The recomended parent class to create a new source. It handles configuring, starting and stopping the source, as well as implementing a series of helpers.
1111

1212
To get started, implement the `run` method and return when `self.running` is `False`.
1313

0 commit comments

Comments
 (0)