Skip to content

Commit

Permalink
chore: fix sample (#9224)
Browse files Browse the repository at this point in the history
Fix small typo in the basic sample: 'Ask my anything...' --> 'Ask me anything...'.
  • Loading branch information
petyabegovska authored Jun 14, 2024
1 parent ba4ddb3 commit 834034d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- playground-fold-end -->

<div style="height: 120px;">
<ui5-ai-prompt-input id="prompt-input" show-clear-icon placeholder="Ask my anything..." label="User prompt:" maxlength="10" show-exceeded-text></ui5-ai-prompt-input>
<ui5-ai-prompt-input id="prompt-input" show-clear-icon placeholder="Ask me anything..." label="User prompt:" maxlength="10" show-exceeded-text></ui5-ai-prompt-input>
</div>

<!-- playground-fold -->
Expand Down

0 comments on commit 834034d

Please sign in to comment.