Fixed typos in currently modified files (#5419)

This commit is contained in:
Vishal Jagtap 2018-07-18 21:02:47 +05:30 committed by Maxime Beauchemin
parent 7f8eaee18d
commit b0b04b319b
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ export default class FilterableTable extends PureComponent {
fitTableToWidthIfNeeded() {
const containerWidth = this.container.getBoundingClientRect().width;
if (containerWidth > this.totalTableWidth) {
this.totalTableWidth = containerWidth - 2; // accomodates 1px border on container
this.totalTableWidth = containerWidth - 2; // accommodates 1px border on container
}
this.setState({ fitted: true });
}

View File

@ -3,7 +3,7 @@
*
* While the React components located in `controls/components` represent different
* types of controls (CheckboxControl, SelectControl, TextControl, ...), the controls here
* represent instances of control types, that can be reused across visualisation types.
* represent instances of control types, that can be reused across visualization types.
*
* When controls are reused across viz types, their values are carried over as a user
* changes the chart types.

View File

@ -236,7 +236,7 @@ def refresh_druid(datasource, merge):
'files to import (*.yaml or *.yml)')
@manager.option(
'-s', '--sync', dest='sync', default='',
help='comma seperated list of element types to synchronize '
help='comma separated list of element types to synchronize '
'e.g. "metrics,columns" deletes metrics and columns in the DB '
'that are not specified in the YAML file')
@manager.option(