Skip to content

Commit

Permalink
Fixed some typos in OpenSourceCoursePage.jsx (WeMakeDevs#703)
Browse files Browse the repository at this point in the history
1. `Course Strucure` should be `Course Structure`.
2. `exciting prices` should be `exciting prizes`.
  • Loading branch information
HarshDeep61034 authored Jun 30, 2023
1 parent 8dce645 commit 10ade65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/OpenSourceCoursePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const OpenSourcePage = ({ content }) => {
</div>
</section>

{/* Course Strucure */}
{/* Course Structure */}
<section id='sec-structure'>
<div className='layout py-20 text-center'>
<h2 className='h1 mb-4'>Course structure</h2>
Expand Down Expand Up @@ -203,7 +203,7 @@ const OpenSourcePage = ({ content }) => {
>
blogging challenge
</HeaderLink>{' '}
will be running along with this and win exciting prices.
will be running along with this and win exciting prizes.
</span>
</li>
</ul>
Expand Down

0 comments on commit 10ade65

Please sign in to comment.