Skip to content

Commit

Permalink
docs: Fixed a typo in the stream maps docs (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jun 26, 2024
1 parent 9e051aa commit cceb643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stream_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ stream_maps:

## Filtering out records from a stream using `__filter__` operation

The `__filter__` operation accept a string expression which must evaluate to `true` or
The `__filter__` operation accepts a string expression which must evaluate to `true` or
`false`. Filter expressions should be wrapped in `bool()` to ensure proper type conversion.

For example, to only include customers with emails from the `example.com` company domain:
Expand Down

0 comments on commit cceb643

Please sign in to comment.