From 38e1ccbdfe2d2a683db20a7f5a1723809ea5dff5 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Tue, 27 Feb 2024 20:03:22 +0100 Subject: [PATCH] docs: fix a typo --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 525b7ae..fe25b5b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Fixed Markdown `TextEntry`, where all the paragraphs were concatenated into a single paragraph. - Fixed Markdown `OneLineEntry`, where all the one-line entries were concatenated into a single line. - Fixed the `classic` theme's `PublicationEntry`, where blank parentheses were rendered when the `journal` field was not provided. -- Fixed a bug where email with special characters caused a LaTeX error. +- Fixed a bug where an email with special characters caused a LaTeX error. - Fixed Unicode error when `rendercv new` is called with a name with special characters.