Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandronanez committed Oct 28, 2017
1 parent cf5e006 commit 70a86f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/tests/components/NotificationListItem.js
Expand Up @@ -38,7 +38,7 @@ describe('<NotificationListItem />', () => {
expect(result).toBe(TouchableOpacity);
});

it('should call navigation when user press TitleComponent', () => {
it('should call navigation when user presses TitleComponent', () => {
const notification = {
subject: {
type: 'not a commit',
Expand Down

0 comments on commit 70a86f7

Please sign in to comment.