Skip to content

Commit b493526

Browse files
DJTBfrappacchio
authored andcommitted
fix output in Object.assign() example
Something looked off about this so I did a quick check in node. You must have been distracted at the time of writing :)
1 parent 54796aa commit b493526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ function createMenu(config) {
504504
cancellable: true
505505
}, config);
506506

507-
// config now equals: {title: "Foo", body: "Bar", buttonText: "Baz", cancellable: true}
507+
// config now equals: {title: "Order", body: "Bar", buttonText: "Send", cancellable: true}
508508
// ...
509509
}
510510

0 commit comments

Comments
 (0)