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
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
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
protocol-buffer format, and will fall back to the text-based format if the
client does not support the former.
......
......@@ -44,7 +44,6 @@ If using Maven, add the following to `pom.xml`:
</dependency>
```
Instrument your batch job's code:
```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