Skip to content

Commit 25a97f1

Browse files
apple502jHans5958
authored andcommitted
Fix typos (#304)
1 parent fb930e8 commit 25a97f1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

content/blog/our-new-blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Welcome to our new blog!
3-
description: If you read this, chances are our blog is now up! We are proud to annouce that we got a new blog for Scratch Addons.
3+
description: If you read this, chances are our blog is now up! We are proud to announce that we got a new blog for Scratch Addons.
44
date: 2022-03-08T05:28:41Z
55
author: Hans5958
66
---

content/blog/v1-30-is-here.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It’s difficult to position shapes precisely in the costume editor, but this po
1717
- Centers of other objects
1818
- Corners of other objects
1919

20-
What’s more, all of the above is togglable from within the editor itself, making it easy to get the exact behavior you need in each situation.
20+
What’s more, all of the above is toggleable from within the editor itself, making it easy to get the exact behavior you need in each situation.
2121

2222
## Collapsing sprite properties
2323
Users on small screens rejoice: you're about to get double the sprite grid space!

content/docs/getting-started/installing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you don't have Git installed, you can try this method instead. Note that you
5858

5959
2. Click the toggle next to `Developer mode` to turn on the Developer Mode. This allows you to install extensions from a folder or file.
6060

61-
![Extension Managment top bar screenshot](/assets/img/docs/developer-mode-toggle.png)
61+
![Extension Management top bar screenshot](/assets/img/docs/developer-mode-toggle.png)
6262

6363
3. You should see the `Load unpacked` button appear. Clicking it will allow you to select a folder to upload.
6464

content/docs/reference/addon-manifest.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -563,12 +563,12 @@ Example:
563563
{
564564
"type": "notice",
565565
"text": "Example notice.",
566-
"id": "exmapleID"
566+
"id": "exampleID"
567567
},
568568
{
569569
"type": "warning",
570570
"text": "Example warning.",
571-
"id": "exmapleID"
571+
"id": "exampleID"
572572
}
573573
]
574574
}
@@ -590,7 +590,7 @@ Example:
590590
{
591591
"name": "preset 1",
592592
"id": "preset1",
593-
"desctiption": "the first preset",
593+
"description": "the first preset",
594594
"values": {
595595
"boolean_setting": true,
596596
"string_setting": "This is a string setting",

data/changelog.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
Date: 2020-10-27
5555
Status: Yanked
5656
Entry: |
57-
Only released on Firefox due to an issue with perfomance warnings not showing. See [v1.2.1](#v1.2.1).
57+
Only released on Firefox due to an issue with performance warnings not showing. See [v1.2.1](#v1.2.1).
5858
5959
- Version: v1.2.1
6060
Index: 5
@@ -458,7 +458,7 @@
458458
- New setting on "show full areas" addon: show scroll for forums Scratchblocks
459459
- "Developer tools" addon: fix send to top/bottom buttons showing on all items, instead of just costumes
460460
- "Mute project player" addon: fix Ctrl+GreenFlag not working in MacOS
461-
- "Auto-hide block pallete" addon: fix closing animation sometimes not working
461+
- "Auto-hide block palette" addon: fix closing animation sometimes not working
462462
Highlights:
463463
Description: |
464464
New feature: "Drag and drop files" addon, which lets you drag images and sounds from your file explorer into the sprites pane or costume/sound list. Go to Scratch Addons settings to enable it.
@@ -503,7 +503,7 @@
503503
- Bug fix: "variable manager" not loading when reentering the editor
504504
Highlights:
505505
Description: |
506-
New feature: "editor dark mode" was remade and is now deeply customizable. Go to Scratch Addons settings to change specific colors, toggle dark comments and scollbars, and more!
506+
New feature: "editor dark mode" was remade and is now deeply customizable. Go to Scratch Addons settings to change specific colors, toggle dark comments and scrollbars, and more!
507507
508508
Featured new addons this update are "custom scripts area zoom settings" and "change new sprite default position".
509509
@@ -774,7 +774,7 @@
774774
- "Featured" addons are now displayed separately in settings page
775775
- Ability to send list of enabled addons when sending feedback to Scratch Addons developers
776776
- Bug fix: "customizable default project" working inconsistently
777-
- Bug fix: "display stage on left side" breaking trashing of blocks by dragging them to pallete in RTL languages
777+
- Bug fix: "display stage on left side" breaking trashing of blocks by dragging them to palette in RTL languages
778778
- Bug fix: addons sometimes not loading in the page randomly
779779
Highlights:
780780
Description: |

0 commit comments

Comments
 (0)