Skip to content

Commit b9295e3

Browse files
committed
Fixed linting
1 parent 7acae36 commit b9295e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/docs/standard/data-resource.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ An example of a resource with a JSON Schema:
310310
"type": "object",
311311
"properties": {
312312
"first_name": { "type": "string" },
313-
"last_name": { "type": "string" },
313+
"last_name": { "type": "string" }
314314
}
315315
}
316316
}

content/docs/standard/glossary.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ JSON data is a valid [JSON](https://www.json.org) object. For example:
150150
}
151151
```
152152

153-
154153
### Data Representation
155154

156155
In order to talk about the representation and processing of tabular data from text-based sources, it is useful to introduce the concepts of the _physical_ and the _logical_ representation of data.

0 commit comments

Comments
 (0)