mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
persisting_state_of_components.md: fix typo
This commit is contained in:
parent
610d642dce
commit
e7ded6158c
@ -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"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user