diff --git a/content/addons/middle-click-popup.md b/content/addons/middle-click-popup.md index bf7011022..465a8cbe2 100644 --- a/content/addons/middle-click-popup.md +++ b/content/addons/middle-click-popup.md @@ -15,7 +15,7 @@ The original version was made by Griffpatch for the Developer Tools extension. A - When a result is highlighted, you can press tab to autocomplete your search to that block. - The popup can insert multiple nested blocks at the same time, by typing something like "move my variable + 10 steps". - For mathematical blocks, the order of operations applies by default, but you can use brackets to change the order. -- You can surround text in double quotes to force the searcher not to turn your text into blocks. This is useful for sitruations like trying to say the text "x position" instead of the variable `x position`, where you could type say "x position". +- You can surround text in double quotes to force the searcher not to turn your text into blocks. This is useful for situations like trying to say the text "x position" instead of the variable `x position`, where you could type say "x position". ## Settings @@ -34,7 +34,7 @@ Controls how tall the popup can be before a scrollbar appears. This is a percent ## Future plans - The popup should be resizable by dragging one of the corners in the editor instead of having to change a setting. -- Adding string interpolation for strings in quotes could really help out situatoins where a lot of join blocks would normally have to be tediously arranged. +- Adding string interpolation for strings in quotes could really help out situations where a lot of join blocks would normally have to be tediously arranged. ## Known issues diff --git a/i18n/en.yaml b/i18n/en.yaml index 1b64fa759..f124bc6bc 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -235,7 +235,7 @@ AddonDocs: Tags: Tags VersionAdded: Version added LatestUpdate: Latest update - Informations: Informations + Information: Information FeatureFlags: Feature flags LatestUpdate: Major: major diff --git a/layouts/partials/docs/addons-infobox.html b/layouts/partials/docs/addons-infobox.html index 809a538ce..e320dd7e7 100644 --- a/layouts/partials/docs/addons-infobox.html +++ b/layouts/partials/docs/addons-infobox.html @@ -57,7 +57,7 @@ {{ end }} {{ with .info }}