mirror of
https://github.com/distribution/distribution.git
synced 2025-07-24 20:01:05 +00:00
Fix documentation typo
Signed-off-by: Qiao Anran <qiaoanran@gmail.com>
This commit is contained in:
parent
c372264f17
commit
3d703a0b82
@ -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]+)*`.
|
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
|
2. If a repository name has two or more path components, they must be
|
||||||
separated by a forward slash ("/").
|
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.
|
256 characters.
|
||||||
|
|
||||||
These name requirements _only_ apply to the registry API and should accept a
|
These name requirements _only_ apply to the registry API and should accept a
|
||||||
|
@ -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]+)*`.
|
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
|
2. If a repository name has two or more path components, they must be
|
||||||
separated by a forward slash ("/").
|
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.
|
256 characters.
|
||||||
|
|
||||||
These name requirements _only_ apply to the registry API and should accept a
|
These name requirements _only_ apply to the registry API and should accept a
|
||||||
|
Loading…
Reference in New Issue
Block a user