Skip to content

Commit 4cf50d2

Browse files
author
JorvanW
committed
Fixed spelling errors in index.html and removed empty <style> tag
1 parent 60a028e commit 4cf50d2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<title>Wireframe</title>
77
<link rel="stylesheet" href="style.css" />
88
</head>
9-
<style></style>
109
<body>
1110
<header>
1211
<h1>Wireframe Task</h1>
@@ -16,7 +15,7 @@ <h1>Wireframe Task</h1>
1615
<img src="https://user-images.githubusercontent.com/6750572/90517585-e483a280-e165-11ea-8945-3d289eeeaa1d.png" alt="Readme" />
1716
<h2>README file</h2>
1817
<p>
19-
ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating the project.
18+
ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating on the project.
2019
</p>
2120
<a href="https://www.makeareadme.com">Read more</a>
2221
</article>
@@ -32,7 +31,7 @@ <h3>Wireframe</h3>
3231
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*nQXC89lqQnqvICtb3J6XWw.png" alt="GitBranch" />
3332
<h4>Git Branch </h4>
3433
<p>
35-
In Git a branch is a identical copy of a projects code which is then used to make changes on without having any affect on the main original project.
34+
In Git a branch is an identical copy of a projects code which is then used to make changes on without having any effect on the main original project.
3635
</p>
3736
<a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github">Read more</a>
3837
</article>

0 commit comments

Comments
 (0)