From 9ee5d160246bddf650a6c5cd01f2b6894cad20c2 Mon Sep 17 00:00:00 2001 From: Ajeet Pratap Singh Date: Fri, 15 Dec 2023 01:53:23 +0530 Subject: [PATCH] Fixestypo in readme file of js folder (#3438) --- js/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/README.md b/js/README.md index d3aff06d3f..732d5d7569 100644 --- a/js/README.md +++ b/js/README.md @@ -34,7 +34,7 @@ Export utilities Other utilities * `rubrics.js` -- analyse blocks in project -* `background.js` -- extenstion utilities +* `background.js` -- extension utilities * `boundary.js` -- boundary box for home screen * `loader.js` -- loader for require * `sugarizer-compatibility.js` -- datastore utilities used by sugarizer @@ -376,7 +376,7 @@ class StartDrumBlock extends StartBlock { } ``` -### A macro definiton: +### A macro definition: ``` this.makeMacro((x, y) => [ @@ -616,7 +616,7 @@ The block names are the internal names, not the labels shown in the interface. Hence *Note blocks* are `newnote` blocks. Note that the `newnote` block has 4 connections, two of which are null, since there is no block connected above or below. Also note that the only x, y -poaition that is relevant is that of the `newnote` block, since the +position that is relevant is that of the `newnote` block, since the other blocks will be positioned by where they connect. (Typically, you only need to worry about the position of the first block in a stack of blocks. Everything else is calculated for you.)