diff --git a/files/en-us/learn/mathml/first_steps/getting_started/index.md b/files/en-us/learn/mathml/first_steps/getting_started/index.md index 7e4d61074e3009a..68621fa96912043 100644 --- a/files/en-us/learn/mathml/first_steps/getting_started/index.md +++ b/files/en-us/learn/mathml/first_steps/getting_started/index.md @@ -101,7 +101,7 @@ You may also notice some subtle change in the appearance: the text and vertical > **Note:** This corresponds to the LaTeX's concept of _inline_ formulas (delimited by dollar signs `$...$`) and _display_ formulas (delimited by `\[...\]`). -> **Note:** The appearance change mentioned above is actually controlled by the [`math-style`](/en-US/docs/Web/CSS/math-style) property which is initally `normal` for `` and `compact` otherwise. In some MathML subtrees, this property can then automatically become `compact` but we will ignore this subtility for this introductory tutorial. Again, this is similar to LaTeX. +> **Note:** The appearance change mentioned above is actually controlled by the [`math-style`](/en-US/docs/Web/CSS/math-style) property which is initially `normal` for `` and `compact` otherwise. In some MathML subtrees, this property can then automatically become `compact` but we will ignore this subtlety for this introductory tutorial. Again, this is similar to LaTeX. ## Grouping with the \ element diff --git a/files/en-us/learn/mathml/first_steps/scripts/index.md b/files/en-us/learn/mathml/first_steps/scripts/index.md index 3c1a12add01e21f..f87aee6b9eb83c1 100644 --- a/files/en-us/learn/mathml/first_steps/scripts/index.md +++ b/files/en-us/learn/mathml/first_steps/scripts/index.md @@ -366,7 +366,7 @@ math { {{ EmbedLiveSample('Stretching_in_horizontal_direction', 700, 200, "", "") }} -We now realize that the bottom bracket "⎵" and the rightward arrow "→" stretch horizontally to cover the width of the substitued values. Recall that [some vertical operators can stretch](/en-US/docs/Learn/MathML/First_steps/Text_containers#active_learning_stretchy_operators) to cover the height of non-stretchy siblings inside an ``. Similarly some horizontal operators can stretch to cover the width of non-stretchy siblings in an ``, `` or `` element. +We now realize that the bottom bracket "⎵" and the rightward arrow "→" stretch horizontally to cover the width of the substituted values. Recall that [some vertical operators can stretch](/en-US/docs/Learn/MathML/First_steps/Text_containers#active_learning_stretchy_operators) to cover the height of non-stretchy siblings inside an ``. Similarly some horizontal operators can stretch to cover the width of non-stretchy siblings in an ``, `` or `` element. > **Note:** Stretching can happen for any child of the ``, `` or `` element, not just the underscript or overscript. diff --git a/files/en-us/learn/mathml/first_steps/tables/index.md b/files/en-us/learn/mathml/first_steps/tables/index.md index 69f1de2636a2977..dad302f2603cde2 100644 --- a/files/en-us/learn/mathml/first_steps/tables/index.md +++ b/files/en-us/learn/mathml/first_steps/tables/index.md @@ -219,7 +219,7 @@ This is again similar to [HTML tables](/en-US/docs/Learn/HTML/Tables/Basics#allo {{ EmbedLiveSample('allowing_cells_to_span_multiple_rows_and_columns', 700, 200, "", "") }} -> **Note:** For historical reason, the MathML attribute for column spaning is called `columnspan` not `colspan`. +> **Note:** For historical reason, the MathML attribute for column spanning is called `columnspan` not `colspan`. ## Usage for advanced layout diff --git a/files/en-us/learn/mathml/index.md b/files/en-us/learn/mathml/index.md index add0e50bbdf969c..46461c3e9b9d173 100644 --- a/files/en-us/learn/mathml/index.md +++ b/files/en-us/learn/mathml/index.md @@ -31,7 +31,7 @@ Before attempting to learn MathML, it is assumed that you have some basic knowle - [Introduction to HTML](/en-US/docs/Learn/HTML/Introduction_to_HTML) - [Introduction to CSS](/en-US/docs/Learn/CSS/First_steps) -Some familarity with mathematical notations and [TeX](https://fr.wikipedia.org/wiki/TeX) rendering rules might also come in handy, even though required concepts will be explained as needed. +Some familiarity with mathematical notations and [TeX](https://fr.wikipedia.org/wiki/TeX) rendering rules might also come in handy, even though required concepts will be explained as needed. ## Modules