From 70131cbee04a1cc663d361124fc251111eb474af Mon Sep 17 00:00:00 2001 From: James Douitsis <35277234+jdouitsis@users.noreply.github.com> Date: Tue, 13 Jun 2023 10:16:38 -0400 Subject: [PATCH] Fixed typo (#4977) --- content/influxdb/v2.7/get-started/write.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/v2.7/get-started/write.md b/content/influxdb/v2.7/get-started/write.md index 2f1ef67f2..c139adc5e 100644 --- a/content/influxdb/v2.7/get-started/write.md +++ b/content/influxdb/v2.7/get-started/write.md @@ -57,7 +57,7 @@ Each line of line protocol contains the following elements: or [booleans](/influxdb/v2.7/reference/syntax/line-protocol/#boolean). - **timestamp**: [Unix timestamp](/influxdb/v2.7/reference/syntax/line-protocol/#unix-timestamp) associated with the data. InfluxDB supports up to nanosecond precision. - _If the precision if the timestamp is not in nanoseconds, you must specify the + _If the precision of the timestamp is not in nanoseconds, you must specify the precision when writing the data to InfluxDB._ #### Line protocol element parsing