Skip to content

Commit

Permalink
[MINOR] Doc Typos
Browse files Browse the repository at this point in the history
Fixed a some typos in the REST API Documentation

Author: Alex Bozarth <[email protected]>

Closes apache#59 from ajbozarth/patch-1.
  • Loading branch information
ajbozarth committed Oct 26, 2017
1 parent 20cbdd5 commit 80571b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Returns all the active interactive sessions.
<td>int</td>
</tr>
<tr>
<td>size</td>
<td>total</td>
<td>Number of sessions to fetch</td>
<td>int</td>
</tr>
Expand Down Expand Up @@ -525,12 +525,12 @@ Gets the log lines from this batch.
<tr>
<td>from</td>
<td>Offset</td>
<td>Offset</td>
<td>int</td>
</tr>
<tr>
<td>size</td>
<td>Max number of log lines to return</td>
<td>Offset</td>
<td>int</td>
</tr>
</table>

Expand All @@ -541,17 +541,17 @@ Gets the log lines from this batch.
<tr>
<td>id</td>
<td>The batch id</td>
<td>id</td>
<td>int</td>
</tr>
<tr>
<td>from</td>
<td>Offset from start of log</td>
<td>id</td>
<td>int</td>
</tr>
<tr>
<td>size</td>
<td>Number of log lines</td>
<td>id</td>
<td>int</td>
</tr>
<tr>
<td>log</td>
Expand Down

0 comments on commit 80571b9

Please sign in to comment.