diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-07 23:06:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 23:06:25 -0400 |
commit | 00479e913f77c0b915fac29adfce21a10bdaf424 (patch) | |
tree | a81a8be16ae388ae6f449cd28a1dd228eecbc9b0 /docs | |
parent | 12b9a37005cade72ad85134b8cfe31ccefec500d (diff) | |
parent | 2300ce306afadebd5f1987acf8ded6ac228f68e8 (diff) |
Merge pull request #243 from BenHuddleston/patch-1
Correct typo in previous profile behaviour binding in bluetooth.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behavior/bluetooth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behavior/bluetooth.md b/docs/docs/behavior/bluetooth.md index f802a9a..8bde71b 100644 --- a/docs/docs/behavior/bluetooth.md +++ b/docs/docs/behavior/bluetooth.md @@ -66,7 +66,7 @@ The bluetooth behavior completes an bluetooth action given on press. 1. Behavior binding to select the previous profile: ``` - &bt BT_NXT + &bt BT_PRV ``` 1. Behavior binding to select the 2nd profile (passed parameters are [zero based](https://en.wikipedia.org/wiki/Zero-based_numbering)): |