Skip to content

Commit 15ab151

Browse files
committed
Silence some linter warnings
1 parent 715e9f1 commit 15ab151

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/mkr-wan-library-examples/mkr-wan-library-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: [LoRa, WAN]
55
author: Arduino
66
---
77

8-
These examples will show you how to set up your board to use the LoRa network and how to send and receive data from the LoRa network.
8+
These examples will show you how to set up your board to use the LoRa® network and how to send and receive data from the LoRa® network.
99

1010
## Hardware Required
1111

content/hardware/02.hero/boards/yun-rev2/tutorials/ShellCommands/ShellCommands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void loop() {
6565
Process p;
6666
```
6767

68-
Pass `runShellCommand()` the path of the script you wish to run, along with any additional commands. In this case, you'll call "grep Signal" to pull out just the signal strength of the WiFi connection.
68+
Pass `runShellCommand()` the path of the script you wish to run, along with any additional commands. In this case, you'll call "grep Signal" to pull out just the signal strength of the Wi-Fi connection.
6969

7070
`p.runShellCommand("/usr/bin/pretty-wifi-info.lua | grep Signal");`
7171

@@ -92,7 +92,7 @@ while (p.available()) {
9292
}
9393
```
9494

95-
The LED should change its brightness as the WiFi signal strength fluctuates.
95+
The LED should change its brightness as the Wi-Fi signal strength fluctuates.
9696

9797
## Complete Sketch
9898

content/hardware/02.hero/boards/yun-rev2/tutorials/WiFiStatus/WiFiStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
tags: [Yún]
33
author: Arduino
4-
title: 'Arduino Yún Yún WiFi Status'
4+
title: 'Arduino Yún WiFi Status'
55
description: 'Runs a pre-configured script that reports back the strength of the current WiFi network.'
66
---
77

0 commit comments

Comments
 (0)