Skip to content

Commit

Permalink
Merge pull request #58 from simonoswald/patch-1
Browse files Browse the repository at this point in the history
Fix typo: MessageTost -> MessageToast
  • Loading branch information
KvM2 authored Jun 5, 2023
2 parents 923a528 + 8bfd797 commit 101c652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/10_More_About_Controls/message-handling-f5df293.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For showing messages to the user that are related to the currrent page, you have
> ### Example:
> ```js
> // add MessageToast as import
> sap.ui.define([..., 'sap/m/MessageTost', ...], function(..., MessageToast, ...) {
> sap.ui.define([..., 'sap/m/MessageToast', ...], function(..., MessageToast, ...) {
>
> ...
> // show toast when needed
Expand Down

0 comments on commit 101c652

Please sign in to comment.