Skip to content

Commit f19d9e7

Browse files
Fix vale
1 parent 35fb044 commit f19d9e7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/vale-styles/config/vocabularies/ProbNumDiffEq/accept.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ timestepping
1414
DAE(s)
1515
runtime(s)
1616
diffusion(s)
17-
[a posteriori]
17+
a posteriori
18+
posteriori
1819
linearize

benchmarks/hodgkinhuxley.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ plot_chisq_interval!(4)
209209

210210
## [Fixed-step solver comparison](@id hh_fixed_steps)
211211

212-
Without smothing:
212+
Without smoothing:
213213
```julia
214214
DENSE = SAVE_EVERYSTEP = false
215215

docs/src/benchmarks/hodgkinhuxley.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ plot_chisq_interval!(4)
266266

267267
## [Fixed-step solver comparison](@id hh_fixed_steps)
268268

269-
Without smothing:
269+
Without smoothing:
270270
```@raw html
271271
<details><summary>Code:</summary>
272272
```

0 commit comments

Comments
 (0)