diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/docs/roadmap.md b/inlang/source-code/paraglide/paraglide-sveltekit/docs/roadmap.md index 751fb5287d..968442b655 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/docs/roadmap.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/docs/roadmap.md @@ -6,7 +6,7 @@ # Caveats -1. Links in the same Layout Component as `` will not be translated. This will also log a warning in development. +1. Links in the same Layout Component as `` will not be translated. This will also log a warning in development. 2. Messages are not reactive. Don't use them in server-side module scope. 3. Side effects triggered by `data` will run on language changes even if the data didn't change. If the data is language-dependent the side effect will run twice. 4. The `languageTag` function cannot be used inside param matchers.