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

Fix typos #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ All work related to the application takes place on Github itself. We use [Issues

## Branching Model

The `master` branch of coderplex is relatively stable branch which we update for every release. We also have auto deployment in place for that particular branch i.e any changes in that branch gets reflected in [https://coderplex.org](https://coderplex.org). It is highly recommended for both maintainers and contributors to raise a pull request to `develop` branch. Before every release we throughly test develop branch and merge into master.
The `master` branch of coderplex is relatively stable branch which we update for every release. We also have auto deployment in place for that particular branch i.e any changes in that branch gets reflected in [https://coderplex.org](https://coderplex.org). It is highly recommended for both maintainers and contributors to raise a pull request to `develop` branch. Before every release we thoroughly test develop branch and merge into master.

![Imgur](https://i.imgur.com/KPO2dLul.png)

Expand Down
2 changes: 1 addition & 1 deletion pages/space.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default () => (
<ActivitySection py={[3, 5]} px={[3, 2]}>
<Container>
<Title inverted color="#222">
Activites and Schedule
Activities and Schedule
</Title>
<SubTitle inverted>
We will help you pick a technology and provide you with learning guides to learn and build something on a
Expand Down