Skip to content

Commit f60c554

Browse files
authored
Merge pull request #477 from DogeisCut/extension-dogeiscutRegularExpressions
Regular Expressions: Fix Typo
2 parents 452949d + b3b7561 commit f60c554

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)