From ce7af957be75b90bc009fc38bfbe263ebb857134 Mon Sep 17 00:00:00 2001 From: Craig Wright Date: Thu, 25 Jul 2024 15:53:54 -0700 Subject: [PATCH] Update website/docs/cli/commands/validate.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/docs/cli/commands/validate.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/validate.mdx b/website/docs/cli/commands/validate.mdx index 852365d9c9..e9e78f6859 100644 --- a/website/docs/cli/commands/validate.mdx +++ b/website/docs/cli/commands/validate.mdx @@ -107,7 +107,7 @@ The nested objects in `diagnostics` have the following properties: Summaries are typically short, single sentences, but can sometimes be longer as a result of returning errors from subsystems that are not designed to - return full diagnostics, where the entire error message, therefore, becomes the + return full diagnostics, where the entire error message becomes the summary. In those cases, the summary might include newline characters which a renderer should honor when presenting the message visually to a user.