Skip to content

Commit e0e4006

Browse files
codebykylepi0
authored andcommitted
fix(docs): spelling correction in comment (bootstrap-vue#1568)
Grammar police reporting in. Changing hte to the.
1 parent c927377 commit e0e4006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ uglify=`pwd`/node_modules/.bin/uglifyjs
1616
cd dist
1717

1818
# We use --mangle but not --compress to reduce file size
19-
# --compress unfortunately removes the 'imports' from the top of hte ESM build
19+
# --compress unfortunately removes the 'imports' from the top of the ESM build
2020
for f in *.js; do
2121
o=`echo $f | sed s/\.js/.min.js/`
2222
echo "$f ~> $o"

0 commit comments

Comments
 (0)