Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit d3143c5

Browse files
authored
Correcting some spelling mistakes and typos (#51) closes #45
Correcting some spelling mistakes and typos
2 parents 356761d + 0b62edb commit d3143c5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Home extends React.Component {
8888
<h2 className="titles">Open Source Learning Guides</h2>
8989
<h3 className="taglines">
9090
Our guides are crowd-sourced recommendations of free online
91-
resource to learn any technology
91+
resources to learn any technology
9292
</h3>
9393
<div className="content">
9494
<Card.Group itemsPerRow={3} stackable>
@@ -120,7 +120,7 @@ class Home extends React.Component {
120120
</h3>
121121
<div className="space-content">
122122
<div className="space_content_info">
123-
These are dynamic learning environment where everyone learns
123+
These are dynamic learning environments where everyone learns
124124
at their own pace and compliments each other. We also organize
125125
weekly group activities like Open source evenings, casual
126126
hackathons etc.
@@ -241,7 +241,7 @@ class Home extends React.Component {
241241
.discord .container {
242242
background: #FAFAFA;
243243
}
244-
244+
245245
`}</style>
246246
</div>
247247
);

pages/space.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ export default publicPage(() => (
2929
<Segment.Group raised piled>
3030
<Segment textAlign="left">
3131
People who are genuinely passionate about tech, who get excited
32-
about learning new skills, building , solving and discussing
32+
about learning new skills, building, solving and discussing
3333
problems in latest tech.
3434
</Segment>
3535
<Segment textAlign="left" secondary>
3636
Graduates who are struggling to get a job, who want to build their
37-
expertise in modern technologis and are willing to invest
38-
significant amount to their time self-learning
37+
expertise in modern technologies and are willing to invest a
38+
significant amount of their time self-learning
3939
</Segment>
4040
<Segment textAlign="left">
41-
Students who are willing to learn outside of theri collegs
41+
Students who are willing to learn outside of their college
4242
curriculum, would like to become professional developers down the
43-
line and get exposire to the real world
43+
line and get exposure to the real world
4444
</Segment>
4545
<Segment textAlign="left" secondary>
4646
Experienced developers, who want to interact with other
4747
developers, contribute to open source, expand their horizons and
48-
learn new technologis.
48+
learn new technologies.
4949
</Segment>
5050
<Segment textAlign="left">
51-
Professioanls from non-tech background, who want to get started
51+
Professionals from non-tech background, who want to get started
5252
with tech or switch their careers.
5353
</Segment>
5454
</Segment.Group>
@@ -64,7 +64,7 @@ export default publicPage(() => (
6464
</Segment>
6565
<Segment textAlign="left" secondary>
6666
<h4>Daily</h4>
67-
You will engage in daily code review and pair programming exercise
67+
You will engage in daily code review and pair programming exercises
6868
with other members.
6969
</Segment>
7070
<Segment textAlign="left">
@@ -79,17 +79,17 @@ export default publicPage(() => (
7979
</Segment>
8080
<Segment textAlign="left">
8181
<h4>Friday - Saturday</h4>
82-
We will have a casual hackathons, where everyone will participate
82+
We will have casual hackathons, where everyone will participate
8383
to build a project, big or small.
8484
</Segment>
8585
<Segment textAlign="left" secondary>
8686
<h4>Saturday</h4>
87-
In evening, we will screen a tech related documentary, movie or TV
87+
In the evening, we will screen a tech-related documentary, movie or TV
8888
show.
8989
</Segment>
9090
<Segment textAlign="left">
9191
<h4>Sunday</h4>
92-
Members will present their work i.e projects or new topics they
92+
Members will present their work i.e. projects or new topics they
9393
have made or learned in the past week
9494
</Segment>
9595
</Segment.Group>

0 commit comments

Comments
 (0)