fix(client): typo in certification view (#34422)

This commit is contained in:
The Coding Aviator
2018-12-03 15:26:08 +05:30
committed by mrugesh mohapatra
parent 76a8fb4c8a
commit d9ac45868c

View File

@ -239,7 +239,7 @@ class CertificationSettings extends Component {
: createFlashMessage({
type: 'info',
message:
'To claim a certification, you must first accept our acedemic ' +
'To claim a certification, you must first accept our academic ' +
'honesty policy'
});
};