Skip to content

Commit

Permalink
Fixed Spelling Mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
DeekyJay committed Feb 19, 2017
1 parent cd8c174 commit 88dcd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class Changelog extends React.Component {
<div className='info-wrapper'>
<InfoGroup title='Some Changed Stuff' className='change'
text={'Here are some changes we\'ve made since the last release.'}>
<InfoBullet text='Moved some robot logic to the main proccess for better performance.' />
<InfoBullet text='Moved some robot logic to the main process for better performance.' />
<InfoBullet text='Resolved the issue of needing to relogin after 6 hours.' />
<InfoBullet text='Resolved the issue with users being unable to login via Microsoft, Twitter, & Discord' />
<InfoBullet text='Resolved the issue with cooldowns not being properly set at the start of the application' />
Expand Down

0 comments on commit 88dcd5f

Please sign in to comment.