From 1c72182a7378559472660babe2c2afd464658da3 Mon Sep 17 00:00:00 2001 From: WebalexEU <28548335+webalexeu@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:20:03 +0100 Subject: [PATCH] Typo --- src/WinBGP-API.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WinBGP-API.ps1 b/src/WinBGP-API.ps1 index c0faf21..905c4b8 100644 --- a/src/WinBGP-API.ps1 +++ b/src/WinBGP-API.ps1 @@ -502,7 +502,7 @@ if ($Configuration) { } } 'POST' { - # Add stop method to stop API (TO IMRPOVE) + # Add stop method to stop API (TO IMPROVE) if ($FullPath -eq 'stop') { # Only local request are authorized if ($request.IsLocal) {