From e4fedbd9becb9253ed3823de9eee48f502a9c7e6 Mon Sep 17 00:00:00 2001 From: Eduardo Rabelo Date: Thu, 23 Sep 2021 20:59:52 +1200 Subject: [PATCH] fix: wrong spelling --- gh-pages/content/overview/runtime-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-pages/content/overview/runtime-architecture.md b/gh-pages/content/overview/runtime-architecture.md index 5f7ed76823..291eeffdab 100644 --- a/gh-pages/content/overview/runtime-architecture.md +++ b/gh-pages/content/overview/runtime-architecture.md @@ -60,7 +60,7 @@ the request-response protocol is defined by the [kernel api specification]. On - `#!json { "stdout": "" }` when the console data is to be written on the *Host Application*'s `STDOUT` stream. - Any data that is not valid JSON, or that does not match either of the formats - described avove must be written as-is on the *Host Application*'s `STDERR` + described above must be written as-is on the *Host Application*'s `STDERR` stream. [kernel api specification]: ../specification/3-kernel-api.md