Skip to content

Commit

Permalink
Fixing grammatical errors in blog
Browse files Browse the repository at this point in the history
- Split sentences for readability
- CSS accidently in content
  • Loading branch information
hgreenstein committed Dec 16, 2023
1 parent 3edef33 commit a5dff85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/components/Blog/Blog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -628,12 +628,11 @@ function Blog() {
View the “//py” mode input for “Two Sum”
</a>
. I only implemented the brute force approach as this
was my first test and I wanted to just try the basics, I
was my first test and I wanted to just try the basics. I
leave the optimized approach as a challenge to the
reader at home.
</p>
</li>{' '}
max-width: min(55dvw, 1000px);
<li
className="has-line-data"
data-line-start="82"
Expand Down

0 comments on commit a5dff85

Please sign in to comment.