Skip to content

Commit 13b3982

Browse files
author
David Silva
committed
fixed typo
1 parent 4686be0 commit 13b3982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/home/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Home extends React.Component {
4242
<div className="container">
4343
<h1 className="main white-text">Master your craft with real world coding challenges</h1>
4444
<p style={{ color: 'white', fontSize: '25px', textShadow: '4px 3px 5px black'}}>
45-
<strong>An open source platform to practice coding like a boos, on your own terms</strong>
45+
<strong>An open source platform to practice coding like a boss, on your own terms</strong>
4646
</p>
4747
</div>
4848
</section>
@@ -94,7 +94,7 @@ class Home extends React.Component {
9494
<div className="row">
9595
<div className="col-md-8 col-md-offset-2 text-center">
9696
<header>
97-
<h1>Code and chill? Sure! / Code on your own terms</h1>
97+
<h1>Code and chill? Sure!</h1>
9898
<p>
9999
In real life you’d never code on a
100100
website instead of your computer - so

0 commit comments

Comments
 (0)