Browse code

Fixed typo

Marko Tibold authored on 2014/09/11 15:55:45
Showing 1 changed files
... ...
@@ -148,7 +148,7 @@ Then un-tar the backup file in the new container's data volume.
148 148
 
149 149
     $ sudo docker run --volumes-from dbdata2 -v $(pwd):/backup busybox tar xvf /backup/backup.tar
150 150
 
151
-You can use this techniques above to automate backup, migration and
151
+You can use the techniques above to automate backup, migration and
152 152
 restore testing using your preferred tools.
153 153
 
154 154
 # Next steps