From 87cd235d67e0e633593b7705efbd249a8aa7ded1 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 14 Sep 2023 12:55:22 -0400 Subject: [PATCH] any experience --- src/pages/tutorials/deploy-your-first-smart-contract/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tutorials/deploy-your-first-smart-contract/index.md b/src/pages/tutorials/deploy-your-first-smart-contract/index.md index 554a453b4..c785b0fc7 100644 --- a/src/pages/tutorials/deploy-your-first-smart-contract/index.md +++ b/src/pages/tutorials/deploy-your-first-smart-contract/index.md @@ -21,7 +21,7 @@ It covers how to: This tutorial has different versions for different programming languages. You can run the tutorial with the version of the language you are most familiar with or want to learn. -You do not need an experience in these languages to run the tutorial. +You do not need any experience in these languages to run the tutorial. - To use SmartPy, a language similar to Python, see [Deploy a smart contract with SmartPy](./smartpy) - To use jsLIGO, a language similar to JavaScript and TypeScript, see [Deploy a smart contract with jsLIGO](./jsligo)