We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70abfcd commit c1c19d3Copy full SHA for c1c19d3
.github/workflows/SpellCheck.yml
@@ -10,4 +10,4 @@ jobs:
10
- name: Checkout Actions Repository
11
uses: actions/checkout@v4
12
- name: Check spelling
13
- uses: crate-ci/typos@v1.36.2
+ uses: crate-ci/typos@v1.37.2
docs/src/introduction/index.md
@@ -15,7 +15,7 @@ julia> ] # `]` should be pressed
15
julia> Pkg.add("HarmonicBalance")
16
```
17
18
-You can check which version you have installled with the command
+You can check which version you have installed with the command
19
20
```julia
21
julia> ]
0 commit comments