chore(typos): Fix low-impact typos

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-18 14:19:31 +02:00
parent 129dfdb588
commit 72d019d663
83 changed files with 218 additions and 150 deletions
@@ -310,7 +310,7 @@ describe('PermissionClient', () => {
).rejects.toThrow(/request failed with 401/i);
});
it('should handle reponses with rules with no params', async () => {
it('should handle responses with rules with no params', async () => {
mockPolicyDecisionHandler.mockImplementationOnce(
(req, res, { json }: RestContext) => {
const responses = req.body.items.map(