Skip to content

Commit f78702d

Browse files
Fix missing # in header
1 parent 1212103 commit f78702d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/develop/userscripts/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const newDeleteSprite = function (...args) {
175175
Scratch creates all HTML elements each time the user clicks "see inside" or "see project page", and destroys the old ones.
176176
This can usually be fixed by using `addon.tab.waitForElement` or the `urlChange` event.
177177

178-
#### The Scratch editor language can be changed without a reload
178+
##### The Scratch editor language can be changed without a reload
179179

180180
Unlike the Scratch website, the Scratch editor will not reload when changing the language. When selecting a different language, Scratch might destroy and re-create some HTML elements.
181181

0 commit comments

Comments
 (0)