[DOCS] Fix typo in import api (#48557)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Zachary Martin 2020-02-14 12:23:20 -08:00 committed by GitHub
parent edfaaf7cdb
commit 8464b589d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ Use the complete response body from the <<dashboard-api-export, Export dashboard
==== Response code
`200`::
Indicates a successful call, even if there are errors importing individual saved objects. If there ar errors, the error information is returned in the response body on an object-by-object basis.
Indicates a successful call, even if there are errors importing individual saved objects. If there are errors, the error information is returned in the response body on an object-by-object basis.
[[dashboard-api-import-example]]
==== Example