mirror of
https://github.com/flarum/core.git
synced 2025-07-17 14:51:19 +02:00
Fix typo in LoadingIndicator docblock
This commit is contained in:
@@ -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';
|
||||
/**
|
||||
|
Reference in New Issue
Block a user