Fix documentation typo

Signed-off-by: Qiao Anran <qiaoanran@gmail.com>
pull/2007/head
Qiao Anran 2016-10-17 13:40:33 +08:00
parent c372264f17
commit 3d703a0b82
No known key found for this signature in database
GPG Key ID: 643B08C314B5C16A
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ enforce this. The rules for a repository name are as follows:
must match the regular expression `[a-z0-9]+(?:[._-][a-z0-9]+)*`.
2. If a repository name has two or more path components, they must be
separated by a forward slash ("/").
3. The total length of a repository name, including slashes, must be less the
3. The total length of a repository name, including slashes, must be less than
256 characters.
These name requirements _only_ apply to the registry API and should accept a

View File

@ -248,7 +248,7 @@ enforce this. The rules for a repository name are as follows:
must match the regular expression `[a-z0-9]+(?:[._-][a-z0-9]+)*`.
2. If a repository name has two or more path components, they must be
separated by a forward slash ("/").
3. The total length of a repository name, including slashes, must be less the
3. The total length of a repository name, including slashes, must be less than
256 characters.
These name requirements _only_ apply to the registry API and should accept a