diff options
| author | oliver <151407407+kwfn@users.noreply.github.com> | 2023-12-12 10:34:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-12 15:34:46 +0100 |
| commit | 8d7d18c4d6f51ba3ace50263b6c83e0e0378248f (patch) | |
| tree | 04c68b79279866c537c2624a2303b503e81ae9b9 /docs/tutorial | |
| parent | 343a423e9f07f4bccc41bc0a60a3a2251c8a228a (diff) | |
More consistent spelling of "behaviour" (#2923)
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/1-writing.md | 4 | ||||
| -rw-r--r-- | docs/tutorial/2-formatting.md | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/tutorial/1-writing.md b/docs/tutorial/1-writing.md index 0235032e..7b42a0a4 100644 --- a/docs/tutorial/1-writing.md +++ b/docs/tutorial/1-writing.md @@ -20,7 +20,7 @@ In this report, we will explore the various factors that influence fluid dynamics in glaciers and how they contribute to the formation and -behavior of these natural structures. +behaviour of these natural structures. ``` _Throughout this tutorial, we'll show code examples like this one. Just like in the app, the first panel contains markup and the second panel shows a preview. We shrunk the page to fit the examples so you can see what's going on._ @@ -36,7 +36,7 @@ In this report, we will explore the various factors that influence _fluid dynamics_ in glaciers and how they contribute to the formation and -behavior of these natural structures. +behaviour of these natural structures. ``` That was easy! To add a new paragraph, just add a blank line in between two diff --git a/docs/tutorial/2-formatting.md b/docs/tutorial/2-formatting.md index 7eb82710..58095f94 100644 --- a/docs/tutorial/2-formatting.md +++ b/docs/tutorial/2-formatting.md @@ -23,7 +23,7 @@ document in it. In the case of glaciers, fluid dynamics principles can be used to understand how the movement - and behavior of the ice is + and behaviour of the ice is influenced by factors such as temperature, pressure, and the presence of other fluids (such as @@ -54,7 +54,7 @@ properties you want to set, and a list of arguments in parentheses. In the case of glaciers, fluid dynamics principles can be used to understand how the movement -and behavior of the ice is +and behaviour of the ice is influenced by factors such as temperature, pressure, and the presence of other fluids (such as @@ -123,7 +123,7 @@ In this report, we will explore the various factors that influence fluid dynamics in glaciers and how they contribute to the formation and -behavior of these natural structures. +behaviour of these natural structures. >>> Glacier displacement is influenced >>> by a number of factors, including |
