Skip to content

Typo correction do-you-know-all-the-components-of-a-url.md #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/guides/do-you-know-all-the-components-of-a-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Uniform Resource Locator (URL) is a term familiar to most people, as it is used
URLs comprise several components:

* **The protocol or scheme**, such as http, https, and ftp.
* **The domain name and port**, separated by a period (.)
* **The domain name and port**, separated by a colon (:)
* **The path to the resource**, separated by a slash (/)
* **The parameters**, which start with a question mark (?) and consist of key-value pairs, such as a=b&c=d.
* **The fragment or anchor**, indicated by a pound sign (#), which is used to bookmark a specific section of the resource.
Loading