Skip to content

Commit e79da20

Browse files
authored
fix: typo in the procreate mime type (#412)
1 parent 5152e53 commit e79da20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5523,7 +5523,7 @@
55235523
"source": "iana",
55245524
"extensions": ["box"]
55255525
},
5526-
"application/vnd.procrate.brushset": {
5526+
"application/vnd.procreate.brushset": {
55275527
"extensions": ["brushset"]
55285528
},
55295529
"application/vnd.procreate.brush": {

src/custom-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
],
399399
"notes": "Procreate Brush"
400400
},
401-
"application/vnd.procrate.brushset": {
401+
"application/vnd.procreate.brushset": {
402402
"extensions": ["brushset"],
403403
"sources": [
404404
"https://help.procreate.com/procreate/handbook/brushes/brushes-share"

0 commit comments

Comments
 (0)