Skip to content

Commit a2e1383

Browse files
committed
woops typos
1 parent bcd0b0e commit a2e1383

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/www/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ settingsForm.addEventListener('submit', (event) => {
8282
if (apMode) {
8383
clearInterval(batteryInterval);
8484
networkMessage += `
85-
<p>If successful, the "Tinytron" wifi network will disappear and the device will
86-
will show "WiFi Connected" alonside its new IP address.</p>
85+
<p>If successful, the "Tinytron" wifi network will disappear and the device
86+
will show "WiFi Connected" alongside a new IP address.</p>
8787
<p>You can then reconnect via your home network (${settings.ssid}) and access the
88-
device\'s new IP.</p>`;
88+
device via its new IP.</p>`;
8989
}
9090
networkMessage += `<p>Please wait about 20 seconds for the device to restart.
9191
If the connection fails, the device will revert to Access Point mode so you

0 commit comments

Comments
 (0)