Skip to content

Commit 1bb99e1

Browse files
committed
chore: fix typo in readme
Signed-off-by: Danju Visvanathan <danju.visvanathan@gmail.com>
1 parent 6451cec commit 1bb99e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ This is essential for robust experimentation powered by feature flags.
193193
For example, a flag enhancing the appearance of a UI component might drive user engagement to a new feature; to test this hypothesis, telemetry collected by a [hook](#hooks) or [provider](#providers) can be associated with telemetry reported in the client's `track` function.
194194

195195
```python
196-
# initilize a client
196+
# initialize a client
197197
client = api.get_client()
198198

199199
# trigger tracking event action

0 commit comments

Comments
 (0)