Skip to content

Commit cb60562

Browse files
committed
chore(spelling): successfully
1 parent f4b42bd commit cb60562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/npm-exists.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const exists = require("./npm-exists");
33

44
describe("npm-exists", () => {
5-
it("should sucessfully existence of a published module", () => {
5+
it("should successfully existence of a published module", () => {
66
exists("webpack-addons-ylvis").then(status => {
77
expect(status).toBe(true);
88
});

0 commit comments

Comments
 (0)