Skip to content

Commit 04309cd

Browse files
Fix typo in toast notifications documentation (#1866)
1 parent 3493dc5 commit 04309cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/collections/pages/toast-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Toast::error('message');
2424
Toast::info('message')->duration(3000);
2525
```
2626

27-
You don't have to return them to a response. Simply calling them is enough. They will automatically routed through the response into JavaScript.
27+
You don't have to return them in a response, simply calling them is enough. They will automatically be routed through the response into JavaScript.

0 commit comments

Comments
 (0)