Revert "Fixed typo"

This reverts commit 70980de77a.
This commit is contained in:
Cagatay Civici 2024-05-15 12:24:26 +03:00
parent 70980de77a
commit 428dbe0469
107 changed files with 753 additions and 753 deletions

View file

@ -46,19 +46,19 @@ export interface ToolbarPassThroughMethodOptions {
*/
export interface ToolbarPassThroughOptions {
/**
* Used to pass attributes to the roots DOM element.
* Used to pass attributes to the root's DOM element.
*/
root?: ToolbarPassThroughOptionType;
/**
* Used to pass attributes to the starts DOM element.
* Used to pass attributes to the start's DOM element.
*/
start?: ToolbarPassThroughOptionType;
/**
* Used to pass attributes to the centers DOM element.
* Used to pass attributes to the center's DOM element.
*/
center?: ToolbarPassThroughOptionType;
/**
* Used to pass attributes to the rights DOM element.
* Used to pass attributes to the right's DOM element.
*/
end?: ToolbarPassThroughOptionType;
/**