From 2466d67bf39935424d16852ec2146b5c6b46a3a4 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Wed, 21 Aug 2024 08:34:05 +0200 Subject: [PATCH] Update 2024-08-20-urlencoding-the-space-char.md --- _posts/2024-08-20-urlencoding-the-space-char.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-08-20-urlencoding-the-space-char.md b/_posts/2024-08-20-urlencoding-the-space-char.md index 5a4e7ced..1d7d0726 100644 --- a/_posts/2024-08-20-urlencoding-the-space-char.md +++ b/_posts/2024-08-20-urlencoding-the-space-char.md @@ -1,6 +1,6 @@ --- layout: post -title: "UrlEncode the Space Charater" +title: "UrlEncode the Space Character" description: "Is it a '+' or '%20'?" date: 2024-08-20 23:59 author: Robert Muehsig