From 8b4a510ad0d438877bb52bf1bedfde65d95d1fbf Mon Sep 17 00:00:00 2001 From: Michael Maxwell Date: Thu, 2 Apr 2020 05:06:18 -0700 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 91ef0e4d2..1a1af41b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,7 +31,7 @@ New Fixed ~~~~~ - Starup crash with Werkzeug 1.0 (`#1359`_) -- ``$eq`` is missing from supported query opeators (`#1351`_) +- ``$eq`` is missing from supported query operators (`#1351`_) - Documentation typos (`#1348`_, `#1350`_) .. _`#1359`: https://github.com/pyeve/eve/issues/1359