Skip to content

Commit 67dea2e

Browse files
refactor(GtfsPlusEditor): Fix comment fo componentWillMount
1 parent d1b933e commit 67dea2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gtfsplus/components/GtfsPlusEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default class GtfsPlusEditor extends Component<Props> {
5757
fetchFeedSourceAndProject,
5858
tableData
5959
} = this.props
60-
// Fetch feed soure (which will also fetch versions) and containing project.
60+
// Fetch feed source (which will also fetch version summaries) and containing project.
6161
if (!feedSource) fetchFeedSourceAndProject(feedSourceId)
6262
if (!tableData) downloadGtfsPlusFeed(feedVersionId)
6363
}

0 commit comments

Comments
 (0)