Merge pull request #1041 from influxdata/pierwill-patch-1

Typo fix
pull/1045/head
pierwill 2020-05-14 10:22:06 -07:00 committed by GitHub
commit 3113edf12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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