Skip to content

Commit 2d7d7fe

Browse files
committed
typos
1 parent 730d1b1 commit 2d7d7fe

File tree

15 files changed

+17
-14
lines changed

15 files changed

+17
-14
lines changed

_typos.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[files]
2+
extend-exclude = ["docs/src_stash/"]
3+
14
[default.extend-words]
25
SOM = "SOM"
36
negLogLik = "negLogLik"
5.32 KB
Loading
-2.57 KB
Loading
-784 Bytes
Loading

docs/src/tutorials/corr_site_global.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pbm_covars = (:K2,)
6666

6767
The ML model needs to be adapted to consume more inputs than the site covariates.
6868
Note the changed `n_input` specification compared to the
69-
[Basic workflow without GPU](@ref) turorial.
69+
[Basic workflow without GPU](@ref) tutorial.
7070

7171
``` julia
7272
n_out = length(prob.θM) # number of individuals to predict

docs/src/tutorials/corr_site_global.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pbm_covars = (:K2,)
7676

7777
The ML model needs to be adapted to consume more inputs than the site covariates.
7878
Note the changed `n_input` specification compared to the
79-
[Basic workflow without GPU](@ref) turorial.
79+
[Basic workflow without GPU](@ref) tutorial.
8080

8181
```{julia}
8282
n_out = length(prob.θM) # number of individuals to predict
-5.81 KB
Loading
3.36 KB
Loading
4.31 KB
Loading
3 KB
Loading

0 commit comments

Comments
 (0)