From e716b1854ba5c1a226ae0102c71d6773c7030eeb Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 25 Oct 2023 14:42:41 +0200 Subject: [PATCH] docs: typo --- docs/MiddlewareManagementAPI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/MiddlewareManagementAPI.md b/docs/MiddlewareManagementAPI.md index 40b03bf48..a1a0cd9cd 100644 --- a/docs/MiddlewareManagementAPI.md +++ b/docs/MiddlewareManagementAPI.md @@ -5,7 +5,7 @@ ### Request URL: `http://middleware.tld/management/configuration` Method: POST -Request Body: The full request body of the configuration API is documented in a [sepearte section](MiddlewareConfiguration.md). +Request Body: The full request body of the configuration API is documented in a [separate section](MiddlewareConfiguration.md). ### Response `200 OK` @@ -142,4 +142,4 @@ Request Body: "processed_by": "mw-dev.stepup.coin.surf.net" "applied_at": "2015-07-17T15:10:11+02:00" } -``` \ No newline at end of file +```