You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/02/01 06:49:29 UTC

[4/5] incubator-mynewt-site git commit: minor edits to the air-quality sensor tutorial

minor edits to the air-quality sensor tutorial


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/0cc52b70
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/0cc52b70
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/0cc52b70

Branch: refs/heads/develop
Commit: 0cc52b70ceb4ab4ae637aae31e1eb96f4aef37fd
Parents: 28b0e42
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Jan 31 22:38:26 2017 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jan 31 22:38:26 2017 -0800

----------------------------------------------------------------------
 docs/os/tutorials/air_quality_sensor.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/0cc52b70/docs/os/tutorials/air_quality_sensor.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/air_quality_sensor.md b/docs/os/tutorials/air_quality_sensor.md
index 72bc561..941bed3 100644
--- a/docs/os/tutorials/air_quality_sensor.md
+++ b/docs/os/tutorials/air_quality_sensor.md
@@ -501,7 +501,7 @@ The sensor has a serial port connection, and that's how you are going to connect
 We're using one for our shell/console. It also has a second UART set up as a 'bit-bang' UART but since the SenseAir only needs to
 communicate at 9600 baud, this bit-banged uart is plenty fast enough.
 
-You'll have to make a small change to the `syscfg.yml` file in your project's target directory to chang the pin definitions 
+You'll have to make a small change to the `syscfg.yml` file in your project's target directory to change  the pin definitions 
 for this second UART. Those changes are as follows:
 
 ```no-highlight