diff --git a/docs/getting_started.md b/docs/getting_started.md index 6e81854..a017f18 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -732,7 +732,7 @@ If you don't want to get a Redis connection from a model class, you can also use ```python from redis_om import get_redis_connection -redis_conn = get_redis_conection() +redis_conn = get_redis_connection() redis_conn.set("hello", "world") ```