Skip to content

Commit 2a1f293

Browse files
mattobeeCopilot
andauthored
Update tutorials/metadata.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 61b85c0 commit 2a1f293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Determine how the language is chosen:
5252

5353
#### **Scope** (Details)
5454

55-
- **`Page`** - Defines the default language for the entire webpage, typically via `<html lang="en-US">`. This setting is inherited by all content on the page unless overridden.
55+
- **`Page`** - Defines the default language for the entire webpage, typically via `<html lang="en-US">`. This setting is inherited by all content on the page unless overridden.
5656
- **`Section`** - Applies the language setting to part of a page such as a paragraph, div, or article. For example, using `lang="es"` on a container element will mark the contents as Spanish language.
5757
- **`Inline`** - Applies to a single word or short phrase, typically embedded within a sentence. This is commonly done by wrapping the word in a `<span>` element and adding the appropriate `lang` attribute to indicate its language.
5858

0 commit comments

Comments
 (0)