From 67b530d8ca41323a5d7f0c99255ab77f4cf725bc Mon Sep 17 00:00:00 2001 From: Alessandro CERIONI <acerioni@grandlyon.com> Date: Thu, 20 Feb 2020 09:41:10 +0100 Subject: [PATCH] Typo --- docs/miscellaneous/webapp-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/miscellaneous/webapp-auth.md b/docs/miscellaneous/webapp-auth.md index fe72380..363a881 100644 --- a/docs/miscellaneous/webapp-auth.md +++ b/docs/miscellaneous/webapp-auth.md @@ -297,7 +297,7 @@ group Authorization with Django server front -> middle : <b>GET</b> /restrictedAccessDatasets middle -> django : <b>GET</b> /get_services/ middle <-- django : { datasets } - front <-- middle : { datsets with "RESTRICTED" access} + front <-- middle : { datasets with "RESTRICTED" access} end end ``` -- GitLab