Skip to content

Commit

Permalink
Fix typo and grammar (#31916)
Browse files Browse the repository at this point in the history
Summary:
> Always leave the campground cleaner than you found it.

Fixing:
* typo in _dismissed_
* make the subject agree with the verb

## Changelog

[Internal] [Fixed] - A typo in a comment

Pull Request resolved: #31916

Test Plan: Grammarly says it's better now.

Reviewed By: lunaleaps

Differential Revision: D29967403

Pulled By: yungsters

fbshipit-source-id: 6cb33328e99e3fceba5f19f4baaa9446340fbbcc
  • Loading branch information
pietro909 authored and facebook-github-bot committed Aug 23, 2021
1 parent 6c08016 commit 1d0fb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rn-tester/js/examples/Modal/ModalOnShow.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ export default ({
title: "Modal's onShow/onDismiss",
name: 'onShow',
description:
'onShow and onDismiss (iOS only) callbacks are called when modals is shown/dissmissed',
'onShow and onDismiss (iOS only) callbacks are called when a modal is shown/dismissed',
render: (): React.Node => <ModalOnShowOnDismiss />,
}: RNTesterModuleExample);

0 comments on commit 1d0fb08

Please sign in to comment.