Skip to content

Commit 2360e3b

Browse files
committed
Fix content grammar and typos
1 parent f4f2b26 commit 2360e3b

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

Wireframe/index.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>The purpose of a README file</h2>
2020
anyone who visits your repository. What the code does, how
2121
to contribute, or how to install and use it.
2222
</p>
23-
<a href="#">Read more about wireframes</a>
23+
<a href="#">Read more about README</a>
2424
</article>
2525
<article>
2626
<img src="placeholder.svg" alt="" />
@@ -30,27 +30,24 @@ <h2>The purpose of a wireframe</h2>
3030
such as a newspaper, or web page. It helps designers and
3131
programmers to get a simple overview of a design.
3232
</p>
33-
<a href="">Read more</a>
33+
<a href="">Read more about wireframing</a>
3434
</article>
3535
<article>
3636
<img src="placeholder.svg" alt="" />
37-
<h2>What is a git branch</h2>
37+
<h2>What is a Git branch</h2>
3838
<p>
3939
A git branch is a copy of the code in a git repository.
40-
Branches are created so that developers can work seperately
40+
Branches are created so that developers can work separately
4141
on specific features. Once a feature is completed it is
4242
merged into main. If the creation of a feature is not
43-
sucessful, for example there are too many bugs, the branch
44-
can be delete without affecting the main branch.
43+
successful, for example there are too many bugs, the branch
44+
can be deleted without affecting the main branch.
4545
</p>
46-
<a href="">Read more</a>
46+
<a href="">Read more about Git</a>
4747
</article>
4848
</main>
4949
<footer>
50-
<p>
51-
This is the default, provided code and no changes have been made
52-
yet.
53-
</p>
50+
<p>Basics of software engineering. Part of Code Your Future.</p>
5451
</footer>
5552
</body>
5653
</html>

0 commit comments

Comments
 (0)