From fe082093b3c4424c28e69539be5703d97d601dfc Mon Sep 17 00:00:00 2001 From: Mihnea-Ioan Firoiu Date: Sat, 21 Oct 2023 14:19:55 +0300 Subject: [PATCH 1/2] guides/bitcompat.mdx: Fix typo Add missing space and comma. Signed-off-by: Mihnea-Ioan Firoiu --- content/guides/bincompat.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/bincompat.mdx b/content/guides/bincompat.mdx index 4eea26d9..14585d87 100644 --- a/content/guides/bincompat.mdx +++ b/content/guides/bincompat.mdx @@ -219,7 +219,7 @@ server_static sqlite3 sqlite3_static The list of apps are arguments to be passed to the script. -Use the commands below to run, respectively, the helloworld, HTTP serverand Nginx apps: +Use the commands below to run, respectively, the helloworld, HTTP server, and Nginx apps: ```console ./run_app.sh helloworld From c5931d2b20403e6ca5ff9398b63af21af9d3a698 Mon Sep 17 00:00:00 2001 From: Gabriel Pitic Date: Sat, 21 Oct 2023 15:06:24 +0300 Subject: [PATCH 2/2] guides/bincompat.mdx: Fix typo Replace "Not" with "Note". Signed-off-by: Gabriel Pitic --- content/guides/bincompat.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/bincompat.mdx b/content/guides/bincompat.mdx index 14585d87..234ffc8a 100644 --- a/content/guides/bincompat.mdx +++ b/content/guides/bincompat.mdx @@ -484,7 +484,7 @@ After all this is done, we can go back to the `run-app-elfloader` repository and ``` The command will search for the `bash` string in the `/etc/passwd` file. -Not that paths are absolute in the application root filesystem. +Note that paths are absolute in the application root filesystem. The command output will be similar to: