fix(all): various typos (#10242)

This commit is contained in:
Ross Smith II
2025-08-12 11:05:10 -07:00
committed by GitHub
parent fcf4916086
commit bbf48ae334
23 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1133,7 +1133,7 @@ fi
if [ "$ft_search" = "1" ];
then
# detect bower comoponents location
# detect bower components location
bower_components="bower_components"
bower_rc=$(cd "$git_root" && cat .bowerrc 2>/dev/null || echo "")
if [ "$bower_rc" != "" ];