Skip to content

Commit 848f497

Browse files
docs(Embed): fix typo (#4195)
Cyrillic c instead of latin c Co-authored-by: Oleksandr Fediashov <[email protected]>
1 parent 7fd83e4 commit 848f497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/modules/Embed/Embed.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface StrictEmbedProps {
5151
iframe?: SemanticShorthandItem<HtmlIframeProps>
5252

5353
/**
54-
* Сalled on click.
54+
* Called on click.
5555
*
5656
* @param {SyntheticEvent} event - React's original SyntheticEvent.
5757
* @param {object} data - All props and proposed value.

src/modules/Embed/Embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Embed.propTypes = {
157157
]),
158158

159159
/**
160-
* Сalled on click.
160+
* Called on click.
161161
*
162162
* @param {SyntheticEvent} event - React's original SyntheticEvent.
163163
* @param {object} data - All props and proposed value.

0 commit comments

Comments
 (0)