From d2475005d994af757fbbfe581fbc0df68bd5f74c Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:31:49 +0200 Subject: [PATCH 1/2] typos _quickstart-compile-run-test.mdx --- docs/_quickstart-compile-run-test.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_quickstart-compile-run-test.mdx b/docs/_quickstart-compile-run-test.mdx index d6eba54..3aae8b1 100644 --- a/docs/_quickstart-compile-run-test.mdx +++ b/docs/_quickstart-compile-run-test.mdx @@ -2,7 +2,7 @@ Use the [`nada`](/nada) tool to compile, run and test the progr 1. Add your program to `nada-project.toml` config file - For the nada tool to know about our program, we need to add the following to the to the `nada-project.toml` config file. + For the nada tool to know about our program, we need to add the following to the `nada-project.toml` config file. ```bash [[programs]] path = "src/secret_addition.py" From 573a786476213669fdadf4a15208f3ed332fa94a Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:32:39 +0200 Subject: [PATCH 2/2] typos installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 9b4412a..d56113e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -54,7 +54,7 @@ import TabItem from '@theme/TabItem'; Now that your WSL development environment is set up, you can install the Nillion SDK and Tools. :::info - Make sure to install Nillion within **a new Ubuntu terminal.** Either open a Ubuntu terminal, or from your Windows PowerShell terminal, first run Ubuntu: + Make sure to install Nillion within **a new Ubuntu terminal.** Either open an Ubuntu terminal, or from your Windows PowerShell terminal, first run Ubuntu: ``` ubuntu