Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samussiah committed Jan 28, 2018
1 parent 5c14e8e commit 286b665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function syncControlInputs(controlInputs, settings) {
});
}

//Remove unscheduled visit conrol if unscheduled visit pattern is unscpecified.
//Remove unscheduled visit control if unscheduled visit pattern is unscpecified.
if (!settings.unscheduled_visit_regex)
controlInputs.splice(
controlInputs.map(controlInput => controlInput.label).indexOf('Unscheduled visits'),
Expand Down

0 comments on commit 286b665

Please sign in to comment.