Skip to content

Commit

Permalink
docs(AI): fix typos in Button and PromptInput (SAP#10826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 authored Feb 13, 2025
1 parent b70b57a commit 2bf2d88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/ai/src/ButtonState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import property from "@ui5/webcomponents-base/dist/decorators/property.js";
*
* ### Usage
*
* `ui5-si-button-state` is an abstract element, representing a state of `ui5-ai-button`. It is meant to be used in the `states` slot
* of `ui5-ai-button` and should be used as standalone component.
* `ui5-ai-button-state` is an abstract element, representing a state of `ui5-ai-button`. It is meant to be used in the `default` slot
* of `ui5-ai-button` and should not be used as standalone component.
*
* ### ES6 Module Import
*
Expand All @@ -22,7 +22,7 @@ import property from "@ui5/webcomponents-base/dist/decorators/property.js";
* @abstract
* @since 2.0.0
* @public
* @experimental The Button and ButtonState web components are availabe since 2.0 under an experimental flag and their API and behaviour are subject to change.
* @experimental The Button and ButtonState web components are available since 2.0 under an experimental flag and their API and behaviour are subject to change.
*/
@customElement("ui5-ai-button-state")
class ButtonState extends UI5Element {
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/src/PromptInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import PromptInputCss from "./generated/themes/PromptInput.css.js";
*
* ### ES6 Module Import
*
* `import "@ui5/webcomponents-ai/dist/PromptInput.js
* `import "@ui5/webcomponents-ai/dist/PromptInput.js"`
* @class
* @constructor
* @public
Expand Down

0 comments on commit 2bf2d88

Please sign in to comment.