Skip to content

Commit

Permalink
fix(typo): myMethod to myProperty (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikiviki committed Nov 27, 2020
1 parent a80cf59 commit 895a50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-source/release/sandbox.md
Expand Up @@ -210,7 +210,7 @@ var myObject = {
}
};

sandbox.replaceGetter(myObject, 'myMethod', function () {
sandbox.replaceGetter(myObject, 'myProperty', function () {
return 'strawberry';
});

Expand Down

0 comments on commit 895a50d

Please sign in to comment.