From 3ec5014256098fc7495527357d3c1543aca81db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 28 May 2025 10:14:07 +0200 Subject: [PATCH] chore: fix a typo in the README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e72fea4..5515bb8 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ SCIM 2.0 defines queries that look like this:: 'emails[type eq "work" and value co "@example.com"] or ims[type eq "xmpp" and value co "@foo.com"]' -These can be hard to work with and covert into SQL to run against a database. +These can be hard to work with and convert into SQL to run against a database. That's where SCIM 2.0 Filter Parser (SFP) can help.