From ede73fa819727813c02aadd8cfb86f75576bb8e7 Mon Sep 17 00:00:00 2001 From: Feynman Zhou Date: Sat, 11 May 2024 12:27:52 +0800 Subject: [PATCH] resolve conflicts Signed-off-by: Feynman Zhou --- docs/proposals/formatted-output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/formatted-output.md b/docs/proposals/formatted-output.md index 00197ccf7..6f80b6546 100644 --- a/docs/proposals/formatted-output.md +++ b/docs/proposals/formatted-output.md @@ -77,7 +77,7 @@ jobs: ## Proposal and desired user experience -Enable users to use the `--format` flag to format metadata output into structured data (e.g. JSON) and optionally use the `--template` with the [Go template functions](https://pkg.go.dev/text/template) to manipulate the output data. +Enable users to use the `--format` flag to format metadata output into structured data (e.g. JSON) and optionally use the `--template` with the [Go template](https://pkg.go.dev/text/template) to manipulate the output data. ### oras manifest fetch