Prometheus: Data source settings page help wording. (#28274)

* Add a space between: "handled." and "Server".

This text is .. a little ambiguous, is it:
  "handled.Server()..."

or:
  "handled. Server should...."

Punctuation it matters.
  https://i.pinimg.com/originals/ad/db/a1/addba11374256fd0b1d679a595f57d9b.jpg

* Fix the sentence to be readable.
pull/28216/head
Chris Morrow 5 years ago committed by GitHub
parent c8658f3ee8
commit 7ad468ba82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx

@ -37,9 +37,9 @@ const HttpAccessHelp = () => (
<p>
Access mode controls how requests to the data source will be handled.
<strong>
<i>Server</i>
&nbsp<i>Server</i>
</strong>{' '}
should be the preferred way if nothing else stated.
should be the preferred way if nothing else is stated.
</p>
<div className="alert-title">Server access mode (Default):</div>
<p>

Loading…
Cancel
Save