fix(typo): correct misspell (#19581)

Credit to `codespell`.
This commit is contained in:
Rotzbua
2023-11-05 21:01:55 +01:00
committed by GitHub
parent 071842ef49
commit 13443a42ce
9 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ echo "Cloning Zigbee2MQTT git repository"
git clone https://github.com/Koenkk/zigbee2mqtt.git /opt/zigbee2mqtt
chown -R pi:pi /opt/zigbee2mqtt
echo "Running install. This might take a while and can produce som expected errors"
echo "Running install. This might take a while and can produce some expected errors"
cd /opt/zigbee2mqtt || exit
su pi -c "npm ci"