forked from FoundKeyGang/FoundKey
fix typo
This commit is contained in:
parent
b359b01700
commit
9544cd69d2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const paramDef = {
|
||||||
properties: {
|
properties: {
|
||||||
noteId: { type: 'string', format: 'misskey:id' },
|
noteId: { type: 'string', format: 'misskey:id' },
|
||||||
type: {
|
type: {
|
||||||
description: 'A Unicode emoji or custom emoji code. A custom emoji should look like `:name:` or `:name@example.com`.',
|
description: 'A Unicode emoji or custom emoji code. A custom emoji should look like `:name:` or `:name@example.com:`.',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
nullable: true,
|
nullable: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue