From c196b23c9933ef6b2ddf8ac9388fdc392e9c85d2 Mon Sep 17 00:00:00 2001
From: Peter Desmet <peter.desmet@inbo.be>
Date: Wed, 25 Sep 2024 14:49:54 +0200
Subject: [PATCH] Typo correction (#983)

---
 content/docs/standard/data-resource.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/docs/standard/data-resource.md b/content/docs/standard/data-resource.md
index 38741ded..75592f3c 100644
--- a/content/docs/standard/data-resource.md
+++ b/content/docs/standard/data-resource.md
@@ -165,11 +165,11 @@ Description of the resource.
 
 #### `format`
 
-Would be expected to be the standard file extension for this type of resource.For example, `csv`, `xls`, `json` etc.
+Would be expected to be the standard file extension for this type of resource. For example, `csv`, `xls`, `json` etc.
 
 #### `mediatype`
 
-Te mediatype/mimetype of the resource e.g. "text/csv", or "application/vnd.ms-excel". Mediatypes are maintained by the Internet Assigned Numbers Authority (IANA) in a [media type registry](https://www.iana.org/assignments/media-types/media-types.xhtml).
+The mediatype/mimetype of the resource e.g. `text/csv`, or `application/vnd.ms-excel`. Mediatypes are maintained by the Internet Assigned Numbers Authority (IANA) in a [media type registry](https://www.iana.org/assignments/media-types/media-types.xhtml).
 
 #### `encoding`