Skip to content

Commit

Permalink
fix: add contractions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesius committed May 24, 2021
1 parent 58cc9a9 commit c45a645
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/students.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ const StudentsPage = ({ location }) => {
</p>
<ul>
<li>
Sign up for Student Edition. You will be prompted to create
or log in to your GitHub account
Sign up for Student Edition. You'll be prompted to create or
log in to your GitHub account
</li>
<li>
Apply for the GitHub Student Developer Pack, which requires
Expand Down Expand Up @@ -317,8 +317,8 @@ const StudentsPage = ({ location }) => {
<div className={styles.group}>
<p className={styles.question}>Does my Student Edition expire?</p>
<p className={styles.answer}>
You will have access to the Student Edition for as long as
you’re an active student in the GitHub Student pack.
You'll have access to the Student Edition for as long as you’re
an active student in the GitHub Student pack.
</p>
</div>
<div className={styles.group}>
Expand Down

0 comments on commit c45a645

Please sign in to comment.