diff --git a/redis-doc/lrange.markdown b/redis-doc/lrange.markdown index 4f67b28..6f79cbd 100644 --- a/redis-doc/lrange.markdown +++ b/redis-doc/lrange.markdown @@ -16,7 +16,7 @@ element and so on. Indexes out of range will not produce an error: if start is over the end of the list, or start > end, an empty list is returned. If end is over the end -of the list Redis will threat it just like the last element of the list. +of the list Redis will treat it just like the last element of the list. **RETURN VALUE**: A multi bulk reply of a list of elements in the specified range.