From eca34606f0605cfe909ec3b8369ad54bfcff5964 Mon Sep 17 00:00:00 2001 From: Mattia Dal Ben Date: Fri, 17 Nov 2023 16:51:09 +0100 Subject: [PATCH] docs: fix typo in Session RESTapi docs (#4996) fix: typo --- docs/references/rest-apis/rest-session-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/rest-apis/rest-session-api.md b/docs/references/rest-apis/rest-session-api.md index 3c09f4444f8..689fce5e5c8 100644 --- a/docs/references/rest-apis/rest-session-api.md +++ b/docs/references/rest-apis/rest-session-api.md @@ -38,7 +38,7 @@ where: - `$KURA_USER`: is the Kura username - `$KURA_PASS`: is the Kura password -in the log you should find a `JSESSIONID` you'll use in subsequent reqeusts +in the log you should find a `JSESSIONID` you'll use in subsequent requests ``` ...