Skip to content

Commit

Permalink
Minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip committed May 1, 2024
1 parent bcafb45 commit 7922bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/contact-form/contact-form.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3>Contact form</h3>

<p>Complete and submit this form to send a message to me.</p>
<p>Complete and then submit this form to send a message to me.</p>

@if (submitProgress !== 'success') {
<form class="contact-form" [formGroup]="contactForm" (ngSubmit)="onSubmit()">
Expand Down
8 changes: 4 additions & 4 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ <h1 class="mat-headline-3 centre">Hello there.</h1>
<section>

<P>
Welcome to my website. It is the intention to write about the new things I encounter in software development.
Welcome to my website. It is the intention to write about the new things I come across in software development.
</P>

<P>
This website has three pages:

<ul>
<li><a routerLink="about">About</a> &mdash; this contains information about me and how you can contact me.</li>
<li><a routerLink="about">About</a> &mdash; this contains information about me and how you can contact me;</li>
<li><a routerLink="code">Code</a> &mdash; this is where I am <span class="italic">planning</span> to write on
software development matters that interest me.</li>
software development matters; and</li>
<li><a routerLink="miscellany">Miscellany</a> &mdash; this is where I am <span class="italic">planning</span> to
write on
everything else that interest me.</li>
everything else that interests me.</li>
</ul>


Expand Down

0 comments on commit 7922bee

Please sign in to comment.