Skip to content

Commit

Permalink
Fix typos (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j authored and Hans5958 committed Mar 12, 2023
1 parent fb930e8 commit 25a97f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/blog/our-new-blog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Welcome to our new blog!
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.
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.
date: 2022-03-08T05:28:41Z
author: Hans5958
---
Expand Down
2 changes: 1 addition & 1 deletion content/blog/v1-30-is-here.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It’s difficult to position shapes precisely in the costume editor, but this po
- Centers of other objects
- Corners of other objects

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.
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.

## Collapsing sprite properties
Users on small screens rejoice: you're about to get double the sprite grid space!
Expand Down
2 changes: 1 addition & 1 deletion content/docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you don't have Git installed, you can try this method instead. Note that you

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.

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

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

Expand Down
6 changes: 3 additions & 3 deletions content/docs/reference/addon-manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,12 @@ Example:
{
"type": "notice",
"text": "Example notice.",
"id": "exmapleID"
"id": "exampleID"
},
{
"type": "warning",
"text": "Example warning.",
"id": "exmapleID"
"id": "exampleID"
}
]
}
Expand All @@ -590,7 +590,7 @@ Example:
{
"name": "preset 1",
"id": "preset1",
"desctiption": "the first preset",
"description": "the first preset",
"values": {
"boolean_setting": true,
"string_setting": "This is a string setting",
Expand Down
8 changes: 4 additions & 4 deletions data/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Date: 2020-10-27
Status: Yanked
Entry: |
Only released on Firefox due to an issue with perfomance warnings not showing. See [v1.2.1](#v1.2.1).
Only released on Firefox due to an issue with performance warnings not showing. See [v1.2.1](#v1.2.1).
- Version: v1.2.1
Index: 5
Expand Down Expand Up @@ -458,7 +458,7 @@
- New setting on "show full areas" addon: show scroll for forums Scratchblocks
- "Developer tools" addon: fix send to top/bottom buttons showing on all items, instead of just costumes
- "Mute project player" addon: fix Ctrl+GreenFlag not working in MacOS
- "Auto-hide block pallete" addon: fix closing animation sometimes not working
- "Auto-hide block palette" addon: fix closing animation sometimes not working
Highlights:
Description: |
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.
Expand Down Expand Up @@ -503,7 +503,7 @@
- Bug fix: "variable manager" not loading when reentering the editor
Highlights:
Description: |
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!
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!
Featured new addons this update are "custom scripts area zoom settings" and "change new sprite default position".
Expand Down Expand Up @@ -774,7 +774,7 @@
- "Featured" addons are now displayed separately in settings page
- Ability to send list of enabled addons when sending feedback to Scratch Addons developers
- Bug fix: "customizable default project" working inconsistently
- Bug fix: "display stage on left side" breaking trashing of blocks by dragging them to pallete in RTL languages
- Bug fix: "display stage on left side" breaking trashing of blocks by dragging them to palette in RTL languages
- Bug fix: addons sometimes not loading in the page randomly
Highlights:
Description: |
Expand Down

0 comments on commit 25a97f1

Please sign in to comment.