From c1ad0d53c0b82e4a418e3d043bf7ab834e1e6ec5 Mon Sep 17 00:00:00 2001 From: Nicola Iarocci Date: Fri, 10 Mar 2023 18:39:42 +0100 Subject: [PATCH] changelog typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a960ef22b..f7e54637f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ Here you can see the full list of changes between each Eve release. In Development --------------- -- fix: CI test runs fail with `mongo command not found` on Ubuntu 22.04 (`#1499`_) +- fix: CI test runs fail with ``mongo: command not found`` on Ubuntu 22.04 (`#1499`_) .. _`#1499`: https://github.com/pyeve/eve/issues/1499