From c745327cb7fabc64f3de1343c847ae3647254710 Mon Sep 17 00:00:00 2001 From: Ryan Gossiaux Date: Wed, 14 Jun 2023 18:37:13 -0700 Subject: [PATCH] Fix typos in `Transition` docs --- src/routes/docs/1.0/transition/+page.svx | 2 +- src/routes/docs/2.0/transition/+page.svx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/docs/1.0/transition/+page.svx b/src/routes/docs/1.0/transition/+page.svx index 0d1259d..6d4ba1a 100644 --- a/src/routes/docs/1.0/transition/+page.svx +++ b/src/routes/docs/1.0/transition/+page.svx @@ -16,7 +16,7 @@ There are a few reasons you may choose to use `Transition`: - You want to use CSS class-based transitions (perhaps via Tailwind CSS classes, perhaps not) instead of using Svelte's transition engine. In that case this component can help, especially by helping coordinate multiple transitions (one of the main features of the component). -Since this component works is based on CSS class, we'll be using Tailwind CSS transition classes for the examples. However, you are free to use your own transition classes, as long as they are globally available. +Since the way this component works is based on CSS classes, we'll be using Tailwind CSS transition classes for the examples. However, you are free to use your own transition classes, as long as they are globally available. ## Basic example diff --git a/src/routes/docs/2.0/transition/+page.svx b/src/routes/docs/2.0/transition/+page.svx index f95b4fa..60c010b 100644 --- a/src/routes/docs/2.0/transition/+page.svx +++ b/src/routes/docs/2.0/transition/+page.svx @@ -16,7 +16,7 @@ There are a few reasons you may choose to use `Transition`: - You want to use CSS class-based transitions (perhaps via Tailwind CSS classes, perhaps not) instead of using Svelte's transition engine. In that case this component can help, especially by helping coordinate multiple transitions (one of the main features of the component). -Since this component works is based on CSS class, we'll be using Tailwind CSS transition classes for the examples. However, you are free to use your own transition classes, as long as they are globally available. +Since the way this component works is based on CSS classes, we'll be using Tailwind CSS transition classes for the examples. However, you are free to use your own transition classes, as long as they are globally available. ## Basic example