docs: fix up typo "sucess" -> "success"

Related to https://github.com/balena-io/docs/pull/1065

Change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
This commit is contained in:
Matthew McGinn 2019-08-08 20:12:09 +02:00
parent 0cb1d454e8
commit 8c9f974b07

View File

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