Skip to content

Commit

Permalink
Fixestypo in readme file of js folder (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
apsinghdev authored Dec 14, 2023
1 parent f9a3064 commit 9ee5d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -376,7 +376,7 @@ class StartDrumBlock extends StartBlock {
}
```

### A macro definiton:
### A macro definition:

```
this.makeMacro((x, y) => [
Expand Down Expand Up @@ -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.)
Expand Down

0 comments on commit 9ee5d16

Please sign in to comment.