Skip to content

Commit

Permalink
Merge pull request #36 from smartdevicelink/bugfix/issue-35-typos
Browse files Browse the repository at this point in the history
Fix Typos in API Reference Documentation
  • Loading branch information
theresalech authored Feb 22, 2022
2 parents 062529f + 1aa8212 commit 0d7b8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Devices are identified in the Policy Table using a unique identifier. Device un
Whether or not an SDL user has given permission for a feature can be stored for each device and application connected to a vehicle's head unit. For example, a user may consent to allowing SDL to use their phone's cellular data to download Policy Table updates. These consent records are stored in the **user_consent_records** property.

### Device
User consent(s) for a device are stored in a property named **device** in the **user_consent_records** object. The value of this property is an object with the following properies:
User consent(s) for a device are stored in a property named **device** in the **user_consent_records** object. The value of this property is an object with the following properties:

<a name="User-Consent-Record-Properties"></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/API Reference Documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ An example of how the Module Meta portion of a Policy Table might look.


# Usage and Errors
Errors and usage statistics that occur while an application is in use or are related to an application are record. The information does not contain user information and is very small as to use as little mobile data as possible. This data is sent to the Policy Server when performing a [Policy Table update](../../policy-table-update).
Errors and usage statistics that occur while an application is in use or are related to an application are record. The information does not contain user information and is very small as to use as little mobile data as possible. This data is sent to the Policy Server when performing a [Policy Table update](https://smartdevicelink.com/en/guides/sdl-server/api-reference-documentation/policy-table-update/).


## Application Errors
Expand Down

0 comments on commit 0d7b8cb

Please sign in to comment.