Fix typo "Coping" -> "Copying"

This commit is contained in:
t-nelis 2020-04-10 15:59:47 +02:00 committed by GitHub
parent af337f82a6
commit 7c3760c49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ mkdir -p chrome
cd chrome cd chrome
# Copy theme repo inside # Copy theme repo inside
echo "Coping repo in $PWD" echo "Copying repo in $PWD"
cp -R $THEMEDIRECTORY $PWD cp -R $THEMEDIRECTORY $PWD
# Create single-line user CSS files if non-existent or empty. # Create single-line user CSS files if non-existent or empty.