Skip to content

Commit c6325dd

Browse files
authored
capitalization fixes
1 parent 7adbcbd commit c6325dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-install-iot-edge-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ Install the Moby command-line interface (CLI). The CLI is useful for development
7878
sudo apt-get install moby-cli
7979
```
8080

81-
### Verify your Linux Kernel for Moby Compatibility
81+
### Verify your Linux kernel for Moby compatibility
8282

83-
Many embedded device manufacturers ship device images which contain custom Linux Kernels that may be missing features required for container runtime compatibility. If you encounter issues when installing the recommended [Moby](https://github.com/moby/moby) container runtime, you may be able to troubleshoot your Linux Kernel configuration using the [check-config](https://raw.githubusercontent.com/moby/moby/master/contrib/check-config.sh) script supplied in the official [Moby Github repository](https://github.com/moby/moby) by running the following commands on the device.
83+
Many embedded device manufacturers ship device images which contain custom Linux kernels that may be missing features required for container runtime compatibility. If you encounter issues when installing the recommended [Moby](https://github.com/moby/moby) container runtime, you may be able to troubleshoot your Linux kernel configuration using the [check-config](https://raw.githubusercontent.com/moby/moby/master/contrib/check-config.sh) script supplied in the official [Moby Github repository](https://github.com/moby/moby) by running the following commands on the device.
8484

8585
```bash
8686
curl -sSL https://raw.githubusercontent.com/moby/moby/master/contrib/check-config.sh -o check-config.sh

0 commit comments

Comments
 (0)