From dca20258214a5b032faff76ddf7bda738faeb92a Mon Sep 17 00:00:00 2001 From: Alexander Biggs Date: Wed, 17 Aug 2022 15:43:43 +0000 Subject: [PATCH] [errors] Fix typo in URI_DOES_NOT_EXIST message. Change-Id: I2181d196da1c616d8f5cc4c76ea90360ea1b1259 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255480 Commit-Queue: Brian Wilkerson Reviewed-by: Brian Wilkerson --- pkg/analyzer/lib/src/error/codes.g.dart | 2 +- pkg/analyzer/messages.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/analyzer/lib/src/error/codes.g.dart b/pkg/analyzer/lib/src/error/codes.g.dart index b692a0fe3ef..33dd6ad08df 100644 --- a/pkg/analyzer/lib/src/error/codes.g.dart +++ b/pkg/analyzer/lib/src/error/codes.g.dart @@ -4638,7 +4638,7 @@ class CompileTimeErrorCode extends AnalyzerErrorCode { 'URI_DOES_NOT_EXIST', "Target of URI doesn't exist: '{0}'.", correctionMessage: - "Try creating the file referenced by the URI, or Try using a URI for a " + "Try creating the file referenced by the URI, or try using a URI for a " "file that does exist.", hasPublishedDocs: true, ); diff --git a/pkg/analyzer/messages.yaml b/pkg/analyzer/messages.yaml index 1ac7352f3a5..4c8250c42bd 100644 --- a/pkg/analyzer/messages.yaml +++ b/pkg/analyzer/messages.yaml @@ -14908,7 +14908,7 @@ CompileTimeErrorCode: ``` URI_DOES_NOT_EXIST: problemMessage: "Target of URI doesn't exist: '{0}'." - correctionMessage: Try creating the file referenced by the URI, or Try using a URI for a file that does exist. + correctionMessage: Try creating the file referenced by the URI, or try using a URI for a file that does exist. hasPublishedDocs: true comment: |- Parameters: