From 64f78895f9c5d0549904ba25b2a965ef9b9f5a3e Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:16:56 +0100 Subject: [PATCH 1/2] docs: fix typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 861a862c..8eb860ab 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The current implementation of aos is using the ao wasm module and building with ## For Developers -The aos console is a command-line application that provides a easy to use DX experience to create Processes (aka Smart Contracts) on the ao Computer. +The aos console is a command-line application that provides an easy to use DX experience to create Processes (aka Smart Contracts) on the ao Computer. ### Setup @@ -79,10 +79,10 @@ When running the console, you can type `dot` commands to instruct the console to | Command | Description | | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `.editor` | This command opens a simple cli editor that you can type on multiple lines, and then you can type `.done` or `.cancel` to exist editor mode. | +| `.editor` | This command opens a simple cli editor that you can type on multiple lines, and then you can type `.done` or `.cancel` to exit editor mode. | | `.load` | This command allows you to load a lua source file from your local directory | | `.load-blueprint [name]` | This command will grab a lua file from the blueprints directory and load it into your process. | -| `.exit` | This command will exit you console, but you can also do `Ctrl-C` or `Ctrl-D` | +| `.exit` | This command will exit your console, but you can also do `Ctrl-C` or `Ctrl-D` | ### Boot Loading @@ -135,7 +135,7 @@ ao build ### Develop using os loader -Making changes and debugging can be a challege with aos modules. +Making changes and debugging can be a challenge with aos modules. ``` node ../src/index.js From add8766898ee5b9ab7b740b7943d152cd942e90f Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:24:59 +0100 Subject: [PATCH 2/2] docs: fix typos --- process/docs/modules/ao.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process/docs/modules/ao.html b/process/docs/modules/ao.html index 1ed0d344..092c41fc 100644 --- a/process/docs/modules/ao.html +++ b/process/docs/modules/ao.html @@ -409,7 +409,7 @@