Skip to content
Snippets Groups Projects
Unverified Commit 6dc6cf67 authored by iot49's avatar iot49 Committed by GitHub
Browse files

:books: DOCS: remove trailing comma in tags (#1384)

parent 7022d9b9
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ add the following tag to your cell:
```json
{
"tags": [
"hide-output",
"hide-output"
]
}
```
......@@ -179,7 +179,7 @@ tag to the cell metadata, like so:
```json
{
"tags": [
"hide-cell",
"hide-cell"
]
}
```
......@@ -230,7 +230,7 @@ of a cell with `remove-output`:
```json
{
"tags": [
"remove-output",
"remove-output"
]
}
```
......@@ -249,7 +249,7 @@ of the cell. Here's an example of cell metadata that would trigger the "remove c
```json
{
"tags": [
"remove-cell",
"remove-cell"
]
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment