fix typos

This commit is contained in:
jverzani
2026-08-11 17:45:57 -04:00
parent 253295ff6e
commit f2de1cdefc
21 changed files with 28 additions and 4398 deletions

View File

@@ -1173,7 +1173,7 @@ The sine function is an *odd* function.
#| echo: false
choices = ["odd", "even", "neither"]
answer = 1
explanation = "subsitute `-x` into the exponential formula to see"
explanation = "substitute `-x` into the exponential formula to see"
buttonq(choices, answer; explanation)
```
@@ -1185,7 +1185,7 @@ buttonq(choices, answer; explanation)
#| echo: false
choices = ["odd", "even", "neither"]
answer = 2
explanation = L"The value of $\cosh(-x)$ is the $y$ position of the point $(x,y)$ refelected through the $y$ axis, so is unchanged."
explanation = L"The value of $\cosh(-x)$ is the $y$ position of the point $(x,y)$ reflected through the $y$ axis, so is unchanged."
buttonq(choices, answer; explanation)
```