From 003bc6cdcec67ff341c2d7b8c5a397dfecde868e Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 23 Feb 2024 02:15:55 -0500 Subject: [PATCH] fix typo for [camelN] (#482) --- en/setup/citationkeypatterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/setup/citationkeypatterns.md b/en/setup/citationkeypatterns.md index 13a80bcc0..1da210424 100644 --- a/en/setup/citationkeypatterns.md +++ b/en/setup/citationkeypatterns.md @@ -60,7 +60,7 @@ The name of institutions and companies often contain spaces and words that have * **`[camel]`**: Capitalize and concatenate all the words of the title. For example, `An awesome paper on JabRef` becomes `AnAwesomePaperOnJabref` * **`[camelN]`**: Capitalize and concatenate no more than the first N words of the title. For example, `An awesome paper on JabRef plus four more words` becomes: * `AnAwesomePaperOnJabref` with `[camel5]`, and - * `AnAweseome` with `[camel2]`. + * `AnAwesome` with `[camel2]`. * **`[title]`**: Capitalize all the significant words of the title, and concatenate them. For example, `An awesome paper on JabRef` becomes `AnAwesomePaperonJabref` * **`[fulltitle]`**: The title with unchanged capitalization.