Merge pull request #1056 from balena-io/docs-typo

docs: fix up typo "sucess" -> "success"
This commit is contained in:
xginn8 2019-08-09 19:56:03 +02:00 committed by GitHub
commit 4b42ebdedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -912,7 +912,7 @@ $ curl "$BALENA_SUPERVISOR_ADDRESS/v2/containerId?apikey=$BALENA_SUPERVISOR_API_
Response:
```json
{
"status": "sucess",
"status": "success",
"containerId": "ad6d5d32576ad3cb1fcaa59b564b8f6f22b079631080ab1a3bbac9199953eb7d"
}
```