Skip to content

Commit

Permalink
urlencoded -> url encoded (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Dorr <timdorr@users.noreply.github.com>
  • Loading branch information
RCdiy and timdorr authored Sep 7, 2020
1 parent 54d31b5 commit 4facc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vehicle/commands/sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Sends a location for the car to start navigation or play a video in theatre mode.

These docs take from the Android app, which sends the data in JSON form. However, a urlencoded POST body will work as well. The basic format to a request looks like this:
These docs take from the Android app, which sends the data in JSON form. However, a [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding) POST body will work as well. The basic format to a request looks like this:

```json
{
Expand Down

0 comments on commit 4facc2a

Please sign in to comment.