From e7ded6158c08a2d47df0ac4eb484aa48ddd285bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 15 Aug 2023 11:43:45 +0200 Subject: [PATCH] persisting_state_of_components.md: fix typo --- topics/basics/persisting_state_of_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/persisting_state_of_components.md b/topics/basics/persisting_state_of_components.md index fe7342896..c4519fd5d 100644 --- a/topics/basics/persisting_state_of_components.md +++ b/topics/basics/persisting_state_of_components.md @@ -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"}