Skip to content

Commit d35896b

Browse files
Merge pull request ryanmcdermott#53 from DJTB/patch-2
fix output in Object.assign() example
2 parents e88e536 + 45f40fa commit d35896b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)