diff options
author | Ben Huddleston <40238853+BenHuddleston@users.noreply.github.com> | 2020-10-07 22:25:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 22:25:21 +0100 |
commit | 2300ce306afadebd5f1987acf8ded6ac228f68e8 (patch) | |
tree | a81a8be16ae388ae6f449cd28a1dd228eecbc9b0 /docs | |
parent | 12b9a37005cade72ad85134b8cfe31ccefec500d (diff) |
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)): |