mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 11:37:56 +08:00
Fix typo in LoadingIndicator docblock
This commit is contained in:
parent
915351baec
commit
6d9bb709c7
@ -3,7 +3,7 @@ import classList from '../utils/classList';
|
||||
|
||||
export interface LoadingIndicatorAttrs extends ComponentAttrs {
|
||||
/**
|
||||
* Custom classes fro the loading indicator's container.
|
||||
* Custom classes for the loading indicator's container.
|
||||
*/
|
||||
className?: string;
|
||||
/**
|
||||
@ -11,7 +11,7 @@ export interface LoadingIndicatorAttrs extends ComponentAttrs {
|
||||
*/
|
||||
containerClassName?: string;
|
||||
/**
|
||||
* Optional size to specify for the loading indicator.
|
||||
* Optional size for the loading indicator.
|
||||
*/
|
||||
size?: 'large' | 'medium' | 'small';
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user