Skip to content

Commit

Permalink
Feature/fix grammar (#451)
Browse files Browse the repository at this point in the history
* πŸ’¬ Fix grammar in `Contributing to gitmoji` section

* πŸ“Έ pages
  • Loading branch information
johannchopin authored Jun 6, 2020
1 parent aec21fb commit a190dcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/__snapshots__/pages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@ Array [
Contributing to gitmoji
</h1>
<p>
Contributing to gitmoji it's a piece of cake 🍰! This project it's a static website built with
Contributing to gitmoji is a piece of 🍰! This project is a static website built with
<i>
Next.js
</i>
. All the gitmojis displayed are rendered from a JSON file. Before submitting any pull request, please follow the next steps:
. All the gitmojis displayed are rendered from a JSON file. Before submitting any pull request, please follow these steps:
</p>
<ol>
<li>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const About = () => (
<h1 id="contributing-gitmoji">Contributing to gitmoji</h1>

<p>
Contributing to gitmoji it's a piece of cake 🍰! This project it's a
static website built with <i>Next.js</i>. All the gitmojis displayed
are rendered from a JSON file. Before submitting any pull request,
please follow the next steps:
Contributing to gitmoji is a piece of 🍰! This project is a static
website built with <i>Next.js</i>. All the gitmojis displayed are
rendered from a JSON file. Before submitting any pull request, please
follow these steps:
</p>

<ol>
Expand Down

0 comments on commit a190dcb

Please sign in to comment.