Commit 3ac94a15 authored by James Turnbull's avatar James Turnbull Committed by Brian Brazil

Fixed a spelling mistake and removed an extra line (#938)

* Fixed spelling mistake

* Removed extra line
parent 826ac3ae
...@@ -8,7 +8,7 @@ sort_rank: 6 ...@@ -8,7 +8,7 @@ sort_rank: 6
Prometheus implements two different wire formats which clients may use to Prometheus implements two different wire formats which clients may use to
expose metrics to a Prometheus server: a simple text-based format and a more expose metrics to a Prometheus server: a simple text-based format and a more
efficient and robust protocol-buffer format. Prometheus servers and clients use efficient and robust protocol-buffer format. Prometheus servers and clients use
[content negotation](http://en.wikipedia.org/wiki/Content_negotiation) to [content negotiation](http://en.wikipedia.org/wiki/Content_negotiation) to
establish the actual format to use. A server will prefer receiving the establish the actual format to use. A server will prefer receiving the
protocol-buffer format, and will fall back to the text-based format if the protocol-buffer format, and will fall back to the text-based format if the
client does not support the former. client does not support the former.
......
...@@ -44,7 +44,6 @@ If using Maven, add the following to `pom.xml`: ...@@ -44,7 +44,6 @@ If using Maven, add the following to `pom.xml`:
</dependency> </dependency>
``` ```
Instrument your batch job's code: Instrument your batch job's code:
```java ```java
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment