Skip to content

Commit f3c9669

Browse files
committed
fix(influxdb-v1): Punctuation
1 parent 80f9eed commit f3c9669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Inserting into the DB:
550550
curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'
551551
```
552552

553-
Read more about this in the [official documentation](https://docs.influxdata.com/influxdb/latest/guides/writing_data/)
553+
Read more about this in the [official documentation](https://docs.influxdata.com/influxdb/latest/guides/writing_data/).
554554

555555
CLI / SHELL
556556
-----------

0 commit comments

Comments
 (0)