diff --git a/main.ts b/main.ts index e85524f..9c8fd69 100644 --- a/main.ts +++ b/main.ts @@ -17,7 +17,7 @@ export default class PasteQuotePlugin extends Plugin { this.addCommand({ id: 'cite-reference', - name: 'Cite Reference', + name: 'Cite reference', editorCallback: this.citeReference.bind(this), }); }