diff --git a/tutorial/01.markdown b/tutorial/01.markdown index 2be950b..330f9bf 100644 --- a/tutorial/01.markdown +++ b/tutorial/01.markdown @@ -21,7 +21,7 @@ stored at key server:name?" and Redis will reply with "fido": GET server:name => "fido" -There is a command in order to test if a give key exists or not: +There is a command in order to test if a given key exists or not:

     EXISTS server:name => 1