Skip to content

Commit 5dd5472

Browse files
committed
Fix typo in versions.sh script
1 parent e107607 commit 5dd5472

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

assets/scripts/versions.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include-in-header:
4444
# Latest Version
4545
| | | |
4646
| --- | --- | --- |
47-
| $(remove_bugfix "$LATEST_VERSION") | [Documention](versions/${LATEST_VERSION}/) | [Changelog](changelog.qmd) |
47+
| $(remove_bugfix "$LATEST_VERSION") | [Documentation](versions/${LATEST_VERSION}/) | [Changelog](changelog.qmd) |
4848
4949
# Previous Versions
5050
| | |
@@ -57,7 +57,7 @@ for MINOR_TAG in $MINOR_TAGS; do
5757
LATEST_BUG_FIX=$(echo "$STABLE_TAGS" | grep "^${MINOR_TAG%.*}" | sort -r | head -n 1)
5858
# Remove trailing .0 from display version
5959
DISPLAY_MINOR_TAG=$(remove_bugfix "$MINOR_TAG")
60-
VERSIONS_CONTENT="${VERSIONS_CONTENT}| ${DISPLAY_MINOR_TAG} | [Documention](versions/${LATEST_BUG_FIX}/) |
60+
VERSIONS_CONTENT="${VERSIONS_CONTENT}| ${DISPLAY_MINOR_TAG} | [Documentation](versions/${LATEST_BUG_FIX}/) |
6161
"
6262
fi
6363
done
@@ -69,14 +69,14 @@ Documentation for archived versions is available on our deprecated documentation
6969
7070
| | |
7171
| --- | --- |
72-
| v0.31 | [Documention](../v0.31.4/) |
73-
| v0.30 | [Documention](../v0.30.9/) |
74-
| v0.29 | [Documention](../v0.29.3/) |
75-
| v0.28 | [Documention](../v0.28.3/) |
76-
| v0.27 | [Documention](../v0.27.0/) |
77-
| v0.26 | [Documention](../v0.26.6/) |
78-
| v0.25 | [Documention](../v0.25.3/) |
79-
| v0.24 | [Documention](../v0.24.4/) |
72+
| v0.31 | [Documentation](../v0.31.4/) |
73+
| v0.30 | [Documentation](../v0.30.9/) |
74+
| v0.29 | [Documentation](../v0.29.3/) |
75+
| v0.28 | [Documentation](../v0.28.3/) |
76+
| v0.27 | [Documentation](../v0.27.0/) |
77+
| v0.26 | [Documentation](../v0.26.6/) |
78+
| v0.25 | [Documentation](../v0.25.3/) |
79+
| v0.24 | [Documentation](../v0.24.4/) |
8080
"
8181

8282
# Write the content to the versions.qmd file

0 commit comments

Comments
 (0)