From f3f076b9dc4e3f6e3a49d82cfc8711e564eb3b05 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 28 Mar 2024 10:40:46 +0000 Subject: [PATCH] Update content/docs/specifications/table-dialect.md Co-authored-by: Peter Desmet --- content/docs/specifications/table-dialect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/specifications/table-dialect.md b/content/docs/specifications/table-dialect.md index a9efd077..36398313 100644 --- a/content/docs/specifications/table-dialect.md +++ b/content/docs/specifications/table-dialect.md @@ -15,7 +15,7 @@ sidebar: -Table Dialect describes how tabular data is stored in a file. As a superset of [CSV Dialect](https://specs.frictionlessdata.io/csv-dialect/), it supports delimited text files like CSV, semi-structured formats like JSON and YAML, and spreadsheets like Microsoft Excel. The specification is designed to be expressible as a single JSON-compatible descriptor. +Table Dialect describes how tabular data is stored in a file. It supports delimited text files like CSV, semi-structured formats like JSON and YAML, and spreadsheets like Microsoft Excel. The specification is designed to be expressible as a single JSON-compatible descriptor. ## Language