Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Cyrillic c instead of latin c
  • Loading branch information
Hypnosphi committed Apr 22, 2021
1 parent ff70355 commit ef32a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/Embed/Embed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface StrictEmbedProps {
iframe?: SemanticShorthandItem<HtmlIframeProps>

/**
* Сalled on click.
* Called on click.
*
* @param {SyntheticEvent} event - React's original SyntheticEvent.
* @param {object} data - All props and proposed value.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Embed/Embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Embed.propTypes = {
]),

/**
* Сalled on click.
* Called on click.
*
* @param {SyntheticEvent} event - React's original SyntheticEvent.
* @param {object} data - All props and proposed value.
Expand Down

0 comments on commit ef32a00

Please sign in to comment.