From 0a815a7777a12e77ce51e50d79b3e13b6cc4f646 Mon Sep 17 00:00:00 2001 From: Mark B <77757810+osisoft-mbishop@users.noreply.github.com> Date: Mon, 13 Jun 2022 01:18:33 -0700 Subject: [PATCH] typo fix (#50554) --- docs/sources/developers/plugins/data-frames.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/plugins/data-frames.md b/docs/sources/developers/plugins/data-frames.md index 1619d42d65a..b70e1654212 100644 --- a/docs/sources/developers/plugins/data-frames.md +++ b/docs/sources/developers/plugins/data-frames.md @@ -46,7 +46,7 @@ interface Field { } ``` -Let's look an example. The table below demonstrates a data frame with two fields, _time_ and _temperature_. +Let's look at an example. The table below demonstrates a data frame with two fields, _time_ and _temperature_. | time | temperature | | ------------------- | ----------- |