From b11367dc2c3e6e735208052c7c44fbfa76648b10 Mon Sep 17 00:00:00 2001 From: Rbillon59 Date: Tue, 2 May 2023 15:12:06 +0200 Subject: [PATCH] chore: fix spell check on plugins/badges-backend/README.md Signed-off-by: Rbillon59 --- plugins/badges-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/badges-backend/README.md b/plugins/badges-backend/README.md index 71ff029f9c..ddbb30bc4e 100644 --- a/plugins/badges-backend/README.md +++ b/plugins/badges-backend/README.md @@ -149,7 +149,7 @@ The badges backend api exposes two main endpoints for entity badges. The ### If obfuscation is enabled (apps.badges.obfuscate: true) -- `/badges/entity/:namespace/:kind/:name/obfuscated` Get the obfuscated entity url. +- `/badges/entity/:namespace/:kind/:name/obfuscated` Get the obfuscated `entity url`. > Note that endpoint have a embedded authMiddleware to authenticate the user requesting this endpoint. _It meant to be called from the frontend plugin._