From 123606f9ee71443cd868bf2cc83d3590ce5308c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joy=20Serqui=C3=B1a?= <44146839+essjay05@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:58:53 -0700 Subject: [PATCH] fix(Flutter Web App): fixes html lang typo (#151866) Updates the html tag lang attribute to valid "en-US" according to W3.org. [Before screenshot](https://screenshot.googleplex.com/CMEvi8nAofR4twf) [After screenshot](https://screenshot.googleplex.com/5aJZBc6o5Xm9fXH) Fixes b/338044851 *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* --- dev/a11y_assessments/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/a11y_assessments/web/index.html b/dev/a11y_assessments/web/index.html index b3ce3240cab2b..84d4840c14cc4 100644 --- a/dev/a11y_assessments/web/index.html +++ b/dev/a11y_assessments/web/index.html @@ -3,7 +3,7 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - +