Skip to content

Commit 79631f1

Browse files
committed
Fix Object.assign example description
1 parent ddd0181 commit 79631f1

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
@@ -509,7 +509,7 @@ function createMenu(config) {
509509
cancellable: true
510510
}, config);
511511

512-
// config now equals: {title: "Foo", body: "Bar", buttonText: "Baz", cancellable: true}
512+
// config now equals: {title: "Order", body: "Bar", buttonText: "Send", cancellable: true}
513513
// ...
514514
}
515515

0 commit comments

Comments
 (0)