From ef32a00545864e0bbf68003a8403d895fe830b07 Mon Sep 17 00:00:00 2001 From: Hypnos Phi Date: Thu, 22 Apr 2021 19:47:33 +0200 Subject: [PATCH] Fix typo Cyrillic c instead of latin c --- src/modules/Embed/Embed.d.ts | 2 +- src/modules/Embed/Embed.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/Embed/Embed.d.ts b/src/modules/Embed/Embed.d.ts index 7d96c4f698..8f95e1420e 100644 --- a/src/modules/Embed/Embed.d.ts +++ b/src/modules/Embed/Embed.d.ts @@ -51,7 +51,7 @@ export interface StrictEmbedProps { iframe?: SemanticShorthandItem /** - * Сalled on click. + * Called on click. * * @param {SyntheticEvent} event - React's original SyntheticEvent. * @param {object} data - All props and proposed value. diff --git a/src/modules/Embed/Embed.js b/src/modules/Embed/Embed.js index 75c170abfa..55bb2c0d82 100644 --- a/src/modules/Embed/Embed.js +++ b/src/modules/Embed/Embed.js @@ -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.