persisting_state_of_components.md: fix typo

This commit is contained in:
Yann Cébron 2023-08-15 11:43:45 +02:00
parent 610d642dce
commit e7ded6158c

View File

@ -154,7 +154,7 @@ The `roamingType` parameter of the `@Storage` annotation specifies the roaming t
- `RoamingType.PER_OS` - settings are shared per operating system
- `RoamingType.DISABLED` - settings sharing is disabled
> If there are multiple components that store state in the same file, they must have the same `romaingType` attribute value.
> If there are multiple components that store state in the same file, they must have the same `roamingType` attribute value.
>
{style="warning"}