From 6a42c8e224d0c64080923fbf690d3bcfbae582a4 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Wed, 13 May 2020 14:17:48 -0700 Subject: [PATCH] Typo fix --- content/v2.0/reference/cli/influx/repl/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v2.0/reference/cli/influx/repl/_index.md b/content/v2.0/reference/cli/influx/repl/_index.md index 06c56dec0..59787e8d5 100644 --- a/content/v2.0/reference/cli/influx/repl/_index.md +++ b/content/v2.0/reference/cli/influx/repl/_index.md @@ -1,7 +1,7 @@ --- title: influx repl description: > - The 'influx repl' command opens and interactive read-eval-print-loop (REPL) + The 'influx repl' command opens an interactive read-eval-print-loop (REPL) from which you can run Flux commands. menu: v2_0_ref: @@ -11,7 +11,7 @@ weight: 101 v2.0/tags: [query] --- -The `influx repl` command opens and interactive read-eval-print-loop (REPL) +The `influx repl` command opens an interactive read-eval-print-loop (REPL) from which you can run Flux commands. ## Usage