Skip to content

Commit 865c193

Browse files
authored
fix typo (#6277)
Googlers, see cl/519721981.
1 parent 349696f commit 865c193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/webapp/feature_flag/views/feature_flag_modal_trigger_container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const util = {
3535
styles: [],
3636
})
3737
export class FeatureFlagModalTriggerContainer implements OnInit, OnDestroy {
38-
// Allow the dialog component type to be overriden for testing purposes.
38+
// Allow the dialog component type to be overridden for testing purposes.
3939
featureFlagDialogType: ComponentType<any> = FeatureFlagDialogContainer;
4040

4141
readonly showFeatureFlags$ = this.store.select(getShowFlagsEnabled);

0 commit comments

Comments
 (0)