From e5366448cbffcd0827a5c6646fd2d37cb8094c7c Mon Sep 17 00:00:00 2001 From: mresnik <38983520+mresnik@users.noreply.github.com> Date: Thu, 17 Jan 2019 22:40:11 -0500 Subject: [PATCH] Capitalize URL in titles for consistency (#30555) --- guide/english/html/url-encoding-reference/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/html/url-encoding-reference/index.md b/guide/english/html/url-encoding-reference/index.md index 7cbf2cddc8..c441013817 100644 --- a/guide/english/html/url-encoding-reference/index.md +++ b/guide/english/html/url-encoding-reference/index.md @@ -1,7 +1,7 @@ --- -title: Url Encoding Reference +title: URL Encoding Reference --- -## Url Encoding Reference +## URL Encoding Reference A URL is an address for a website. Just like postal addresses have to follow a specific format to be understood by the postman, URLS have to follow a format to be understood and get you to the right location.