Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoFrachet committed Jan 22, 2018
1 parent 1c8a46f commit a8a0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gtfs.forEachStopTime((stopTime) => {
}
});

// Let's also clean up the frequencies, to keep a consistence GTFS.
// Let's also clean up the frequencies, to keep a consistent GTFS.
gtfs.forEachFrequency((frequency) => {
const fromStop = gtfs.getStopWithId(frequency.from_stop_id);
const toStop = gtfs.getStopWithId(frequency.to_stop_id);
Expand Down

0 comments on commit a8a0f58

Please sign in to comment.