Skip to content

Commit

Permalink
Fix small typo in custom commands docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Whitfield committed May 15, 2019
1 parent 5e3ec36 commit 1d5813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Custom Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If the command you need is not in python-OBDs tables, you can create a new `OBDC
| decoder | callable | Function used for decoding messages from the OBD adapter |
| ecu (optional) | ECU | ID of the ECU this command should listen to (`ECU.ALL` by default) |
| fast (optional) | bool | Allows python-OBD to alter this command for efficieny (`False` by default) |
| header (optional) | string | If set, use a custom header instead of the defalut one (7E0) |
| header (optional) | string | If set, use a custom header instead of the default one (7E0) |


Example
Expand Down

0 comments on commit 1d5813a

Please sign in to comment.