Skip to content

Commit 234d1a7

Browse files
author
Simon Prickett
authored
Merge pull request #262 from ryanrussell/main
docs(Getting Started): Fix get_redis_connection() example
2 parents 490d8c1 + 0c923ca commit 234d1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ If you don't want to get a Redis connection from a model class, you can also use
732732
```python
733733
from redis_om import get_redis_connection
734734

735-
redis_conn = get_redis_conection()
735+
redis_conn = get_redis_connection()
736736
redis_conn.set("hello", "world")
737737
```
738738

0 commit comments

Comments
 (0)