Skip to content

Commit

Permalink
Add missing space from deprecated message (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiralucas authored and mantoni committed Mar 15, 2017
1 parent 86995f9 commit 2058030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sinon/stub-descriptor.js
Expand Up @@ -10,7 +10,7 @@ function stubDescriptor(object, property, descriptor) {
var wrapper;

deprecated.printWarning(
"sinon.stub(obj, 'meth', fn) is deprecated and will be removed from" +
"sinon.stub(obj, 'meth', fn) is deprecated and will be removed from " +
"the public API in a future version of sinon." +
"\n Use stub(obj, 'meth').callsFake(fn)." +
"\n Codemod available at https://github.com/hurrymaplelad/sinon-codemod"
Expand Down

0 comments on commit 2058030

Please sign in to comment.