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

Fix typos and grammatical errors #26

Merged
merged 6 commits into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This Repo is directly hosted via Netlify to discordpackage.com

### Notice

This project **does not** store any information, and does not have any third party services other than google analytics. If you would like to self host it yourself, you could follow the following instructions.
This project **does not** store any information, and does not have any third party services other than Google Analytics. If you would like to self host it yourself, you could follow the following instructions.

### Production Deployment

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
**Privacy**
We understand that most websites shared on Discord are scams. They tend to steal your credentials and information but rest assured that we are not one of them.

> We **do not** store any form of data as **we don't** have any third party services other than google analytics.
> We **do not** store any form of data as **we don't** have any third party services other than Google Analytics.

> Our code is **fully open sourced** and available for inspection on the Github repository.

Expand Down
4 changes: 4 additions & 0 deletions components/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11538,6 +11538,10 @@ export default function Data({ data, demo }: any): ReactElement {
.replace(
/{you}/g,
data?.dataFile ? "They" : "You"
)
.replace(
/{you've}/g,
data?.dataFile ? "They've" : "You've"
),
}}
/>
Expand Down