Skip to content

Commit 3105d31

Browse files
committed
spelling
1 parent 97b7a5e commit 3105d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/configCases/target/buffer-default

test/configCases/target/buffer-default/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require("should");
22

33
it("should provide a global Buffer shim", function () {
4-
Buffer.should.be.an.Function;
4+
Buffer.should.be.a.Function;
55
});
66

77
it("should provide the buffer module", function () {

0 commit comments

Comments
 (0)