浏览代码

Merge pull request #7988 from markotibold/patch-1

Fixed a typo
Sven Dowideit 10 年之前
父节点
当前提交
990da301cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/dockervolumes.md

+ 1 - 1
docs/sources/userguide/dockervolumes.md

@@ -148,7 +148,7 @@ Then un-tar the backup file in the new container's data volume.
 
     $ sudo docker run --volumes-from dbdata2 -v $(pwd):/backup busybox tar xvf /backup/backup.tar
 
-You can use this techniques above to automate backup, migration and
+You can use the techniques above to automate backup, migration and
 restore testing using your preferred tools.
 
 # Next steps