From c93a95f9f60c4856ab44dd02ba4924f295a73cce Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 21 May 2020 16:33:04 -0400 Subject: [PATCH] Revert "reorder to same order as exports" This reverts commit cf82b487232d98429b07c783382d1a24c3bbf2f2. --- site/content/docs/03-run-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index e68731633a..97eabd1146 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -521,7 +521,7 @@ $: $size = big ? 100 : 10; ### `svelte/transition` -The `svelte/transition` module exports seven functions: `blur`, `fade`, `fly`, `slide`, `scale`, `draw` and `crossfade`. They are for use with Svelte [`transitions`](docs#transition_fn). +The `svelte/transition` module exports seven functions: `fade`, `blur`, `fly`, `slide`, `scale`, `draw` and `crossfade`. They are for use with Svelte [`transitions`](docs#transition_fn). #### `fade`