We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b933e commit 67dea2eCopy full SHA for 67dea2e
lib/gtfsplus/components/GtfsPlusEditor.js
@@ -57,7 +57,7 @@ export default class GtfsPlusEditor extends Component<Props> {
57
fetchFeedSourceAndProject,
58
tableData
59
} = this.props
60
- // Fetch feed soure (which will also fetch versions) and containing project.
+ // Fetch feed source (which will also fetch version summaries) and containing project.
61
if (!feedSource) fetchFeedSourceAndProject(feedSourceId)
62
if (!tableData) downloadGtfsPlusFeed(feedVersionId)
63
}
0 commit comments