From fcf1d01948457c9c656a08bd5ddb15d529ada65c Mon Sep 17 00:00:00 2001 From: Eunsun Mota Date: Fri, 8 Nov 2024 17:39:06 -0500 Subject: [PATCH] docs: fix typo on mds --- README.md | 2 +- demo/api.md | 2 +- demo/index.md | 2 +- docs/partials/api.md | 2 +- docs/partials/useCases.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66b7b04..6f8ec23 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ In cases where the project is not able to process JS assets, there are pre-proce The `` element should be used in situations where users may: -* Show static tabluar data +* Show static tabular data ## API Code Examples diff --git a/demo/api.md b/demo/api.md index 185c634..75842d6 100644 --- a/demo/api.md +++ b/demo/api.md @@ -53,7 +53,7 @@ #### columnHeaders -The `columnHeaders` attribute is used to provide the column header content for the the table. +The `columnHeaders` attribute is used to provide the column header content for the table. diff --git a/demo/index.md b/demo/index.md index a385fbc..f8d2524 100644 --- a/demo/index.md +++ b/demo/index.md @@ -17,7 +17,7 @@ Use the `auro-table` custom element to illustrate non-dynamic tabular data. The The `` element should be used in situations where users may: -* Show static tabluar data +* Show static tabular data ## Example(s) diff --git a/docs/partials/api.md b/docs/partials/api.md index d811929..4e3592d 100644 --- a/docs/partials/api.md +++ b/docs/partials/api.md @@ -21,7 +21,7 @@ #### columnHeaders -The `columnHeaders` attribute is used to provide the column header content for the the table. +The `columnHeaders` attribute is used to provide the column header content for the table. diff --git a/docs/partials/useCases.md b/docs/partials/useCases.md index c90cdb8..e6b8e52 100644 --- a/docs/partials/useCases.md +++ b/docs/partials/useCases.md @@ -1,3 +1,3 @@ The `` element should be used in situations where users may: -* Show static tabluar data +* Show static tabular data