Skip to content

Commit c033601

Browse files
more style fixes
Signed-off-by: Craig <[email protected]>
1 parent 7123227 commit c033601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/api/registry/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ response format is as follows:
517517
To delete a manifest, perform a DELETE request to a path in the following
518518
format: `/v2/<name>/manifests/<digest>`.
519519

520-
<name> is the namespace of the repository, and <digest> is the digest of the
520+
`<name>` is the namespace of the repository, and `<digest>` is the digest of the
521521
manifest to be deleted. Upon success, the registry must respond with a 202
522522
Accepted code. If the repository does not exist, the response must return 404
523523
Not Found. If manifest deletion is disabled, the registry must respond with

0 commit comments

Comments
 (0)