Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Dec 7, 2021
1 parent 427032d commit 3a734d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-infra/src/types.ts
Expand Up @@ -493,7 +493,7 @@ export namespace Plugin.ContextFree {
* This action make the render quit the edit state.
* If save is true, the render MUST report the new result via onEditComplete.
*
* If this action does not exist, the render should handle the save/cancel by themself.
* If this action does not exist, the render should handle the save/cancel by themselves.
*/
quitEdit?(save: boolean): void
}
Expand All @@ -508,7 +508,7 @@ export namespace Plugin.ContextFree {
onEditComplete(metaKey: string, replaceMeta: T): void
}
/**
* This metadat render is called in the decrypted post.
* This metadata render is called in the decrypted post.
*/
export interface DecryptedPostContext {
context: 'post'
Expand Down

0 comments on commit 3a734d5

Please sign in to comment.