Skip to content

Commit

Permalink
Fix typos in GIVD request
Browse files Browse the repository at this point in the history
  • Loading branch information
joeygrover committed Oct 15, 2018
1 parent a9f3955 commit 5eb64c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MOBILE_API.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5473,8 +5473,8 @@
</param>
<param name="subscribe" type="Boolean" mandatory="false">
<description>
If subscribe is true, the head unit will register onInteriorVehicleData notifications for the requested moduelType.
If subscribe is false, the head unit will unregister onInteriorVehicleData notifications for the requested moduelType.
If subscribe is true, the head unit will register OnInteriorVehicleData notifications for the requested moduleType.
If subscribe is false, the head unit will unregister OnInteriorVehicleData notifications for the requested moduleType.
If subscribe is not included, the subscription status of the app for the requested moduleType will remain unchanged.
</description>
</param>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3427,7 +3427,7 @@ Message Type: **request**
| Value | Type | Mandatory | Description |
| ---------- | ---------- |:-----------: |:-----------:|
|`moduleType`|ModuleType|True|The type of a RC module to retrieve module data from the vehicle. In the future, this should be the Identification of a module. |
|`subscribe`|Boolean|False|If subscribe is true, the head unit will register onInteriorVehicleData notifications for the requested moduelType. If subscribe is false, the head unit will unregister onInteriorVehicleData notifications for the requested moduelType. If subscribe is not included, the subscription status of the app for the requested moduleType will remain unchanged. |
|`subscribe`|Boolean|False|If subscribe is true, the head unit will register OnInteriorVehicleData notifications for the requested moduleType. If subscribe is false, the head unit will unregister OnInteriorVehicleData notifications for the requested moduleType. If subscribe is not included, the subscription status of the app for the requested moduleType will remain unchanged. |


### GetInteriorVehicleData
Expand Down

0 comments on commit 5eb64c0

Please sign in to comment.