Skip to content

Commit

Permalink
chore: fix grammatical errors in the scripts (anuraghazra#1346)
Browse files Browse the repository at this point in the history
* Fix grammatical errors

* Fix grammatical errors
  • Loading branch information
CleanMachine1 authored Oct 1, 2021
1 parent efd0a8b commit 7d1c9b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-theme-doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const THEME_TEMPLATE = `## Available Themes
<!-- DO NOT EDIT THIS FILE DIRECTLY -->
With inbuilt themes you can customize the look of the card without doing any manual customization.
With inbuilt themes, you can customize the look of the card without doing any manual customization.
Use \`?theme=THEME_NAME\` parameter like so :-
Expand Down Expand Up @@ -43,7 +43,7 @@ ${REPO_CARD_LINKS_FLAG}
[add-theme]: https://github.com/anuraghazra/github-readme-stats/edit/master/themes/index.js
Wanted to add a new theme? Consider reading the [contribution guidelines](../CONTRIBUTING.md#themes-contribution) :D
Want to add a new theme? Consider reading the [contribution guidelines](../CONTRIBUTING.md#themes-contribution) :D
`;

const createRepoMdLink = (theme) => {
Expand Down
6 changes: 3 additions & 3 deletions scripts/preview-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ function getPrNumber() {
}

const themeContribGuidelines = `
\rHi thanks for the theme contribution, please read our theme [contribution guidelines](https://github.com/anuraghazra/github-readme-stats/blob/master/CONTRIBUTING.md#themes-contribution).
\rWe are currently only accepting color combinations from any vscode theme or which has good color combination to minimize bloating the themes collection.
\rHi, thanks for the theme contribution, please read our theme [contribution guidelines](https://github.com/anuraghazra/github-readme-stats/blob/master/CONTRIBUTING.md#themes-contribution).
\rWe are currently only accepting color combinations from any VSCode theme or themes which have good color combination to minimize bloating the themes collection.
\r> Also note that if this theme is exclusively for your personal use then instead of adding it to our theme collection you can use card [customization options](https://github.com/anuraghazra/github-readme-stats#customization)
\r> Also note that if this theme is exclusively for your personal use, then instead of adding it to our theme collection you can use card [customization options](https://github.com/anuraghazra/github-readme-stats#customization)
`;

async function run() {
Expand Down

0 comments on commit 7d1c9b0

Please sign in to comment.