From 8acdbd3e78fffb5c596f4e3357264d9ee144eb76 Mon Sep 17 00:00:00 2001 From: palewire Date: Thu, 6 Apr 2023 07:31:00 -0400 Subject: [PATCH] Fix typos --- src/components/Table/stories/docs/style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Table/stories/docs/style.md b/src/components/Table/stories/docs/style.md index 53fce849..7e9aa9cc 100644 --- a/src/components/Table/stories/docs/style.md +++ b/src/components/Table/stories/docs/style.md @@ -1,8 +1,8 @@ You can tailor the table's appearance by crafting CSS that targets specific elements. -Like other components, you can apply labels by providing the `id` of `cls` options, which can allow you to make broad changes that remain limited to your element. +Like other components, you can apply labels by providing the `id` of `cls` options, which allow you to make broad changes that remain limited to your element. -Each column has `data-field` attribute that contains the field's name. Use it to apply different styles to different fields. One common use is setting different text alignments on different columns. +Each column has a `data-field` attribute that contains the field's name. Use it to apply different styles to different fields. One common use is setting different text alignments on different columns. ```svelte