Skip to content

Commit b3b7561

Browse files
committed
FIX TYPO WORST EXTENSION EVER
1 parent 5f9354d commit b3b7561

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/extensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export default [
249249
},
250250
{
251251
name: "Regular Expressions",
252-
description: "Create, modify, filter, and more with the new regular epression type.",
252+
description: "Create, modify, filter, and more with the new regular expression type.",
253253
code: "DogeisCut/dogeiscutRegularExpressions.js",
254254
banner: "DogeisCut/dogeiscutRegularExpressions.svg",
255255
creator: "DogeisCut",

static/extensions/DogeisCut/dogeiscutRegularExpressions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Name: Regular Expressions
22
// ID: dogeiscutRegularExpressions
3-
// Description: Create, modify, filter, and more with the new regular epression type.
3+
// Description: Create, modify, filter, and more with the new regular expression type.
44
// By: DogeisCut <https://scratch.mit.edu/users/DogeisCut/>
55

66
(function(Scratch) {

0 commit comments

Comments
 (0)