diff --git a/docs/sources/api/docker_remote_api.rst b/docs/sources/api/docker_remote_api.rst index b6615ad7d6..84b340f9a3 100644 --- a/docs/sources/api/docker_remote_api.rst +++ b/docs/sources/api/docker_remote_api.rst @@ -139,7 +139,7 @@ What's new [ { - "RepoTag": [ + "RepoTags": [ "ubuntu:12.04", "ubuntu:precise", "ubuntu:latest" @@ -150,7 +150,7 @@ What's new "VirtualSize": 131506275 }, { - "RepoTag": [ + "RepoTags": [ "ubuntu:12.10", "ubuntu:quantal" ], diff --git a/docs/sources/api/docker_remote_api_v1.7.rst b/docs/sources/api/docker_remote_api_v1.7.rst index d47f672df0..28c5ba30f2 100644 --- a/docs/sources/api/docker_remote_api_v1.7.rst +++ b/docs/sources/api/docker_remote_api_v1.7.rst @@ -643,7 +643,7 @@ List Images [ { - "RepoTag": [ + "RepoTags": [ "ubuntu:12.04", "ubuntu:precise", "ubuntu:latest" @@ -654,7 +654,7 @@ List Images "VirtualSize": 131506275 }, { - "RepoTag": [ + "RepoTags": [ "ubuntu:12.10", "ubuntu:quantal" ],