Fixed minor typo

This commit is contained in:
Hugo Bernier 2021-09-23 02:09:20 -04:00 committed by GitHub
parent c41e4e83aa
commit f64b28578d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ const ReactYammer: React.SFC<IReactYammerProps> = (props) => {
clearControls();
setMessageBarStatus({
type: MessageBarType.success,
message: <span>Your priase now been successfully added.<a target="_blank" href={`https://www.yammer.com/messages/${threadId}`}>See the praise on Yammer.</a></span>,
message: <span>Your praise now been successfully added.<a target="_blank" href={`https://www.yammer.com/messages/${threadId}`}>See the praise on Yammer.</a></span>,
show: true
});
setLoading(false);
@ -169,4 +169,4 @@ const ReactYammer: React.SFC<IReactYammerProps> = (props) => {
);
};
export default ReactYammer;
export default ReactYammer;