Fix error message grammer and style

pull/10616/head
Brandon Farmer 2018-04-18 13:41:02 -07:00
parent 3542bbd9e6
commit 2895bbb268
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ export function ErrorHandling<
if (this.error) {
return (
<p className="error">
A Chronograf error has occurred. Please report the issue
<a href="https://github.com/influxdata/chronograf/issues">here</a>
A Chronograf error has occurred. Please report the issue&nbsp;
<a href="https://github.com/influxdata/chronograf/issues">here</a>.
</p>
)
}