From 1292b3cced040f973188d2a9fb617483f8cb8e7c Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Fri, 21 Feb 2025 13:12:42 -0800 Subject: [PATCH] Rename "Cite Reference" to "Cite reference" to match plugin guidelines --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }); }