Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jan 24, 2017
1 parent 3ec066e commit f9f4f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/testLogger.ts
Expand Up @@ -111,7 +111,7 @@ describe('Logger', () => {
});
});

it('logs any Prommise reject errors', (done) => {
it('logs any Promise reject errors', (done) => {
const shorthand = `
type RootQuery {
just_a_field: Int
Expand Down

0 comments on commit f9f4f0c

Please sign in to comment.