From 55fbdd1b0ab143cc2b7842b63b75cf943434ef31 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:11:36 +0100 Subject: [PATCH] docs: fix typos --- dev-cli/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-cli/README.md b/dev-cli/README.md index 6cc8f8a7f..b92d138a4 100644 --- a/dev-cli/README.md +++ b/dev-cli/README.md @@ -24,7 +24,7 @@ SmartWeaveContracts written in [Lua](https://www.lua.org/) and - [For Developers](#for-developers) - [Contributing](#contributing) - [Publish a new Version of the CLI](#publish-a-new-version-of-the-cli) - - [Need a to also Publish a new Docker Image version?](#need-a-to-also-publish-a-new-docker-image-version) + - [Need to also Publish a new Docker Image version?](#need-a-to-also-publish-a-new-docker-image-version) @@ -89,7 +89,7 @@ This will create a new directory, if needed, named `{myproject}` ### Run a Lua Repl -This gives you a Lua interpeter +This gives you a Lua interpreter ```sh ao lua @@ -179,7 +179,7 @@ Workflow Dispatch that will: > For now, if Turbo needs more funding, contact `@TillaTheHun0`. (Maybe > eventually we add a Workflow Dispatch script to automatically fund Turbo) -#### Need a to also Publish a new Docker Image version? +#### Need to also Publish a new Docker Image version? If you need to also publish a new Docker Image, you will currently need to do this manually.