Skip to content

Commit

Permalink
docs(ui5-ai-custom-prompt): spelling mistake fixed in level 4 (#10171)
Browse files Browse the repository at this point in the history
  • Loading branch information
GelsDEV authored Nov 12, 2024
1 parent 45f0ffe commit 614fc77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ myAiButtonIconOnly.addEventListener("click", aiButtonClickHandler);
promptInput.addEventListener("ui5-change", function(evt) {
promptCounter++;
promptCount.textContent = promptCounter;
responseTextArea.value = "your response ot query " + evt.target.value + " is that.";
responseTextArea.value = "your response to query " + evt.target.value + " is that.";
})

menu.addEventListener("item-click", function(evt) {
Expand Down

0 comments on commit 614fc77

Please sign in to comment.