Skip to content

Commit 31ae840

Browse files
fix(MongoBinaryDownloadUrl): spelling mistake (#854)
1 parent de3e74f commit 31ae840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
235235
} else if (regexHelper(/debian/i, os)) {
236236
return this.getDebianVersionString(os);
237237
} else if (regexHelper(/alpine/i, os)) {
238-
console.warn('There is no offical build of MongoDB for Alpine!');
238+
console.warn('There is no official build of MongoDB for Alpine!');
239239
// Match "arch", "archlinux", "manjaro", "manjarolinux", "arco", "arcolinux"
240240
} else if (regexHelper(/(arch|manjaro|arco)(?:linux)?$/i, os)) {
241241
console.warn(

0 commit comments

Comments
 (0)