Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Rajat Parashar <parasharrajat@users.noreply.github.com>
  • Loading branch information
thesahindia and parasharrajat authored Aug 25, 2022
1 parent 91726ec commit f9b9753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HTMLEngineProvider/BaseHTMLEngineProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const BaseHTMLEngineProvider = (props) => {
// We need to memoize this prop to make it referentially stable.
const defaultTextProps = useMemo(() => ({selectable: props.textSelectable}), [props.textSelectable]);

// We need to pass multiple system specific fonts for emojies but
// we can't apply multiple fonts at once so we need to pass fallback fonts'
// We need to pass multiple system-specific fonts for emojis but
// we can't apply multiple fonts at once so we need to pass fallback fonts.
const fallbackFonts = {'GTAmericaExp-Regular': fontFamily.EMOJI_TEXT_FONT};

return (
Expand Down

0 comments on commit f9b9753

Please sign in to comment.