Skip to content

Commit

Permalink
Fix simple typo: throogh -> through (#2213)
Browse files Browse the repository at this point in the history
Closes #2212

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
  • Loading branch information
timgates42 and jackgerrits committed Jan 5, 2020
1 parent e1a05f4 commit 1b46da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ It should also be noted that Vowpal Wabbit makes all attempts at compatibility b
| 8.1.0 | 9e5831a72d5b0a124c845dcaec75879f498b355f |

# Spark Layer
To improve performance when hosting VW in Spark an additional optimized layer can be found in org.vowpalwabbit.spark.*. The actual VW/Spark integration will be available throogh [MMLSpark](https://github.com/Azure/mmlspark).
To improve performance when hosting VW in Spark an additional optimized layer can be found in org.vowpalwabbit.spark.*. The actual VW/Spark integration will be available through [MMLSpark](https://github.com/Azure/mmlspark).

## Features

Expand All @@ -62,4 +62,4 @@ To improve performance when hosting VW in Spark an additional optimized layer ca

## Limitations

1. Only simple label is supported for now (e.g. classification/regression).
1. Only simple label is supported for now (e.g. classification/regression).

0 comments on commit 1b46da1

Please sign in to comment.