From ab403e92f9e119a49eb7476b27819562cf241b44 Mon Sep 17 00:00:00 2001 From: Puru Vijay <47742487+PuruVJ@users.noreply.github.com> Date: Thu, 9 May 2024 22:12:25 +0530 Subject: [PATCH] Fix language, remove NOTE: --- documentation/blog/2023-09-20-runes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/blog/2023-09-20-runes.md b/documentation/blog/2023-09-20-runes.md index 3e6b3a7266..eb4ddad439 100644 --- a/documentation/blog/2023-09-20-runes.md +++ b/documentation/blog/2023-09-20-runes.md @@ -151,7 +151,7 @@ export function createCounter() { ``` -> NOTE: Runes can only be used in `.svelte.js` or `.svelte.ts` files. +> Runes can only be used in `.svelte.js` and `.svelte.ts` files. Note that we're using a [get property](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) in the returned object, so that `counter.count` always refers to the current value rather than the value at the time the function was called.