Skip to content

Commit 813314a

Browse files
committed
Fixed typos
1 parent 8c62427 commit 813314a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/components/Category/BookMarkBtn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const BookMarkBtn = ({ isBookMarked, removeBookmark, bookmarkIt }) => {
1111
className='button button-special is-rounded box-shadow-lift'
1212
style={{ cursor: 'pointer' }}
1313
onClick={() => (isBookMarked ? removeBookmark() : bookmarkIt())}
14-
data-tip='Bookmark this Resource'
14+
data-tip={isBookMarked ? 'Remove from Bookmark' : 'Add to Bookmark'}
1515
>
1616
<Bookmark
1717
color='blue'

src/components/Home/Features.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const Features = () => {
4242
<div className='meta'>
4343
<h3>Top Youtube Channels</h3>
4444
<p>
45-
All the Top youtube channels form which you can all various
46-
things about Coding are Here.
45+
All the Top coding youtube channels form which you can learn
46+
various things about Coding are Here.
4747
</p>
4848
</div>
4949
</div>
@@ -76,8 +76,8 @@ const Features = () => {
7676
<div className='meta'>
7777
<h3>Developer Portfolio's</h3>
7878
<p>
79-
Collection of so, many Developer Portfolio's from which you
80-
can get inspired acheive great.
79+
Collection of so many Developer Portfolio's, from which you
80+
can get inspired to acheive great.
8181
</p>
8282
</div>
8383
</div>
@@ -99,7 +99,7 @@ const Features = () => {
9999
<div className='features'>
100100
<div className='features-title'>
101101
<h3 className='title is-3 is-bold'>Contribute Code</h3>
102-
<p>Contribute this Open Source Code to Help Developers</p>
102+
<p>Contribute to this Open Source Project to Help Developers</p>
103103
</div>
104104
</div>
105105

@@ -111,7 +111,7 @@ const Features = () => {
111111

112112
<div className='is-size-5 has-text-weight-bold'>Report Issue</div>
113113
<div className='is-size-6 has-text-centered has-margin-top-20'>
114-
open an issue if you want to suggest new feature, report any bug
114+
open an issue if you want to suggest new feature or report any bug
115115
you found.
116116
</div>
117117
</div>
@@ -160,8 +160,8 @@ const Features = () => {
160160

161161
<div className='is-size-5 has-text-weight-bold'>Responsive</div>
162162
<div className='is-size-6 has-text-centered has-margin-top-20'>
163-
Reading a Readme of a Repo in mobile is very is difficult for
164-
users.
163+
Reading a Readme of a Repo in mobile is very difficult for users.
164+
this website solve this issue.
165165
</div>
166166
</div>
167167

@@ -172,8 +172,8 @@ const Features = () => {
172172

173173
<div className='is-size-5 has-text-weight-bold'>Filter</div>
174174
<div className='is-size-6 has-text-centered has-margin-top-20'>
175-
Good and handy feature to Filter resources according your
176-
requirements.
175+
Good and handy feature to Filter resources according to your
176+
requirements and read it.
177177
</div>
178178
</div>
179179

0 commit comments

Comments
 (0)