Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Mar 17, 2019
1 parent 1da303d commit 06578ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pelias_from_scratch.md
Expand Up @@ -200,7 +200,7 @@ cd importer_directory; npm start
```
Depending on how much data you've imported, now may be a good time to grab a coffee.
You can expect up to 7000 records per second to be importer per importer.
You can expect up to 7000 records per second per importer.
The order of imports does not matter. Multiple importers can be run in parallel to speed up the setup process.
Each of our importers operates independent of the data that is already in Elasticsearch.
Expand Down Expand Up @@ -236,7 +236,7 @@ The [list of Pelias services](services.md) describes the functionality of each s
used to determine if you need to install that service. It also includes links to setup instructions
for each service.
When in doubt, install everything except the interpolation engine (it requires a long download or
When in doubt, install everything except the interpolation engine (it requires a long download and
build process).
### Configure `pelias.json` for services
Expand Down

0 comments on commit 06578ed

Please sign in to comment.