Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all typos are fixed in homepage #566

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The recent decade has witnessed the birth of social media ecosystems that brings
For *Windows* you can use -

```
venv/Scipts/activate.bat
venv\Scipts\activate.bat
```

- #### Environment Variables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ContactUsForm extends Component {
return (
<div className="contact-us-form-container">
<h1>Contact Us</h1>
<p>Feel free to contact us for any inquiries or feedback</p>
<p>Feel free to contact us for any inquiries or feedback!</p>
<form onSubmit={this.onSubmit}>
<input
type="text"
Expand Down
14 changes: 4 additions & 10 deletions fact-bounty-client/src/pages/Landing/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ class Landing extends Component {
Welcome to <b>Fact Bounty</b>
</h1>
<p>
Fact Bounty is a crowd sourced based fact checking platform.
Using Fact Bounty, you will be able to find out the truth and
minimize spread of false news and roumors
Fact Bounty is a crowdsourced based fact-checking platform. Using Fact Bounty, you will be able to find out the truth and minimize the spread of false news and rumors.
</p>
<Link to="/#about">
<Button
Expand Down Expand Up @@ -200,8 +198,7 @@ class Landing extends Component {
<label>1</label>SEARCH
<h3>Search News Posts</h3>
<p>
Search for news posts in Fact Bounty and find out which
posts are real and which is fake
Search for news posts in Fact Bounty and find out which posts are real and which are fake.
</p>
</div>
</div>
Expand All @@ -210,9 +207,7 @@ class Landing extends Component {
<label>2</label>VOTE
<h3>Vote News Posts</h3>
<p>
Users can upvote, down vote or put an neutral vote to new
posts listed in fact bounty, which will be used to validate
the facts stated in the news
Users can upvote, downvote, or put a neutral vote to new posts listed in fact bounty, which will be used to validate the facts stated in the news.
</p>
</div>
</div>
Expand All @@ -224,8 +219,7 @@ class Landing extends Component {
<label>3</label>VISUALIZE
<h3>Visualize News Post Stats</h3>
<p>
View charts and graphs to see in a visual representations of
roumor spread and news source validity
View charts and graphs to see visual representations of rumor spread and news source validity.
</p>
</div>
</div>
Expand Down