Skip to content

Commit

Permalink
README: Add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Oct 28, 2024
1 parent b18b13e commit c7b060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ after a specific start time or event cursor.
### Get events after a specific start time

When you first poll an event source using an Event Feed, you usually pass
`startTs` argument to `feed()` or `asyncFeed()`.
a `startTs` argument to `feed()` or `asyncFeed()`.

`startTs` is an integer representing a time in microseconds since the Unix
epoch. The request returns events that occurred after the specified timestamp
Expand Down

0 comments on commit c7b060a

Please sign in to comment.