Skip to content

Commit 3d2510a

Browse files
authored
Merge pull request #394 from AdrianArtiles/fix-typos
[fix]: readme typos
2 parents 2206423 + fe35dce commit 3d2510a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CODE_STYLE_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## File Layout (`src/components/*.js`)
44

55
1. Imports
6-
2. Reusabe components needed for the main component
6+
2. Reusable components needed for the main component
77
3. Main component (Eg: Addons in addons.js)
88
4. export default \<MainComponent\>;
99

1010
## Reusable components
1111

1212
* Do not make a new file for smaller components.
13-
* Smaller, reusable components neeeded in the main components should be added **above** the main component, **not** inside it.
13+
* Smaller, reusable components needed in the main components should be added **above** the main component, **not** inside it.
1414
* Use ES6 arrow functions for defining components.
1515

1616
## Spacing
@@ -84,7 +84,7 @@
8484

8585
* We are using [octicons](https://primer.style/octicons/) for icons. Use this if you need to add icons. Do **not** add a new library for icons.
8686
* Try to not commit changes in `package.json`, `package-lock.json`.
87-
* Disscuss with contributors on discord if you're planning to add/remove a package.
87+
* Discuss with contributors on discord if you're planning to add/remove a package.
8888
8989
## Further reading:
9090

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<p align="center">
1111
<a href="https://github.com/rahuldkjain/github-profile-readme-generator/blob/master/LICENSE" target="blank">
12-
<img src="https://img.shields.io/github/license/rahuldkjain/github-profile-readme-generator?style=flat-square" alt="github-profile-readme-generator licence" />
12+
<img src="https://img.shields.io/github/license/rahuldkjain/github-profile-readme-generator?style=flat-square" alt="github-profile-readme-generator license" />
1313
</a>
1414
<a href="https://github.com/rahuldkjain/github-profile-readme-generator/fork" target="blank">
1515
<img src="https://img.shields.io/github/forks/rahuldkjain/github-profile-readme-generator?style=flat-square" alt="github-profile-readme-generator forks"/>

src/markdown-pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "👨‍💻 About"
55
---
66

77
<a href="https://github.com/rahuldkjain/github-profile-readme-generator/blob/master/LICENSE" target="blank">
8-
<img src="https://img.shields.io/github/license/rahuldkjain/github-profile-readme-generator?style=flat-square" alt="github-profile-readme-generator licence" />
8+
<img src="https://img.shields.io/github/license/rahuldkjain/github-profile-readme-generator?style=flat-square" alt="github-profile-readme-generator license" />
99
</a>
1010

1111
**GitHub Profile README Generator** is an OSS(Open Source Software) that provides a cool interface to generate GitHub profile README in markdown.

0 commit comments

Comments
 (0)