chore: fix typos in 'spec/' folder (and one in 'lib/' folder) (#43374)

This commit is contained in:
Alexander Cyon 2024-08-22 15:44:15 +02:00 committed by GitHub
parent 4ae43dcb3b
commit ae0c8881c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -68,7 +68,7 @@ describe('modules support', () => {
describe('q', () => {
describe('Q.when', () => {
it('emits the fullfil callback', (done) => {
it('emits the fulfil callback', (done) => {
const Q = require('q');
Q(true).then((val: boolean) => {
expect(val).to.be.true();