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: