Skip to content

Commit c4c300b

Browse files
authored
Fix typo in scripts (#5206)
1 parent 17afaa5 commit c4c300b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/scripts/src/mill.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rem This script determines the Mill version to use by trying these sources
66
rem - env-variable `MILL_VERSION`
77
rem - local file `.mill-version`
88
rem - local file `.config/mill-version`
9-
rem - `mill-version` from YAML fronmatter of current buildfile
9+
rem - `mill-version` from YAML frontmatter of current buildfile
1010
rem - if accessible, find the latest stable version available on Maven Central ({{{ mill-maven-url }}})
1111
rem - env-variable `DEFAULT_MILL_VERSION`
1212
rem

dist/scripts/src/mill.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - env-variable `MILL_VERSION`
77
# - local file `.mill-version`
88
# - local file `.config/mill-version`
9-
# - `mill-version` from YAML fronmatter of current buildfile
9+
# - `mill-version` from YAML frontmatter of current buildfile
1010
# - if accessible, find the latest stable version available on Maven Central ({{{ mill-maven-url }}})
1111
# - env-variable `DEFAULT_MILL_VERSION`
1212
#

0 commit comments

Comments
 (0)