From 7962b16d834f83f190087fe6bdfd21cf18c7e0b2 Mon Sep 17 00:00:00 2001 From: SaturnIC <> Date: Tue, 23 May 2023 15:28:31 +0200 Subject: [PATCH] fix spelling in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7696fb8f..ef76a99e 100644 --- a/README.rst +++ b/README.rst @@ -88,7 +88,7 @@ Retrieve validated and unmarshalled request data # get security data security = result.security -Request object should implement OpenAPI Request protocol. Check `Integrations `__ to find oficially supported implementations. +Request object should implement OpenAPI Request protocol. Check `Integrations `__ to find officially supported implementations. For more details read about `Unmarshalling `__ process.