Skip to content

Commit

Permalink
chore: update spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 6, 2024
1 parent 20924e0 commit a178c02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup/git.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

home_sync() {
echo '📥 Syncing docs...'
echo '📥 Syncing Home...'
echo ''

case "$1" in
Expand Down
6 changes: 3 additions & 3 deletions setup/tips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ usage() {
echo 'Commands:'
echo ' welcome Show welcome message'
echo ' help Show this help message'
echo ' home_sync Sync docs repository'
echo ' home_sync Sync Home repository'
echo ' build Build home'
echo ' worker Start worker'
echo ' all Sync git and docs repository, build docs'
echo ' all Sync git and Home repository, build Home'
echo ''
echo 'Args for home_sync:'
echo ' fe Sync frontend home repository'
echo ' api Sync backend API home repository'
echo ' all Sync all docs repository'
echo ' all Sync all Home repository'
echo ''
echo 'Args for build:'
echo ' install Install dependencies and build (default, if not set)'
Expand Down

0 comments on commit a178c02

Please sign in to comment.