Skip to content

Commit c0ae52b

Browse files
Laura Macalusometa-codesync[bot]
authored andcommitted
Fix 2 spelling typos in DrawCommandSpan.kt (#55972)
Summary: Pull Request resolved: #55972 Changelog[internal]: Fixed 2 spelling errors in DrawCommandSpan.kt: - `DrawCommandSpan.kt:15`: `overriden` → `overridden` (comment) - `DrawCommandSpan.kt:15`: `charater` → `character` (comment) Differential Revision: D95366188 fbshipit-source-id: d0d8a1d15d46dd2ea4c8f66a92d969dcdf190e97
1 parent 0686cde commit c0ae52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/internal/span

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/internal/span/DrawCommandSpan.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import android.text.Layout
1212
import android.text.style.UpdateAppearance
1313

1414
/**
15-
* May be overriden to implement charater styles which are applied by [PreparedLayoutTextView]
15+
* May be overridden to implement character styles which are applied by [PreparedLayoutTextView]
1616
* during the drawing of text, against the underlying Android canvas
1717
*/
1818
public abstract class DrawCommandSpan : UpdateAppearance, ReactSpan {

0 commit comments

Comments
 (0)