Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoCoder API: missing line break in MD list #527

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@ Subscribe to events that happen within the plugin.

#### Parameters

* `type` **[String][76]** name of event. Available events and the data passed into their respective event objects are:* **clear** `Emitted when the input is cleared`
* `type` **[String][76]** name of event. Available events and the data passed into their respective event objects are:
* **clear** `Emitted when the input is cleared`
* **loading** `{ query } Emitted when the geocoder is looking up a query`
* **results** `{ results } Fired when the geocoder returns a response`
* **result** `{ result } Fired when input is set`
Expand Down