Skip to content

Commit 7f96453

Browse files
committed
nit
1 parent 4695e4a commit 7f96453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/notification/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ describe('Notification', function () {
161161
});
162162

163163
describe('headers', function () {
164-
it('contains only thr priority property by default', function () {
164+
it('contains only the priority property by default', function () {
165165
expect(note.headers()).to.deep.equal({ "apns-priority": 10 });
166166
});
167167

0 commit comments

Comments
 (0)