Skip to content

Fix spelling 05-html.md #22

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 source/05-html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the websites that we are looking at every day are all defined (described) as
HTML.

HTML was first proposed by <a href="http://en.wikipedia.org/wiki/Tim_Berners-Lee">Tim Berners-Lee</a>
in 1989, and layed grounds for the World Wide Web's huge breakthrough during
in 1989, and laid grounds for the World Wide Web's huge breakthrough during
the 1990s. It is defined by the <a href="http://en.wikipedia.org/wiki/World_Wide_Web_Consortium">W3C</a>
and it's latest version is <a href="http://en.wikipedia.org/wiki/HTML5">HTML 5</a>
which added a bunch of exciting, and useful features.
Expand Down