| Index: tools/telemetry/telemetry/page/action_runner.py
|
| diff --git a/tools/telemetry/telemetry/page/action_runner.py b/tools/telemetry/telemetry/page/action_runner.py
|
| index c699a2896122c21de75556acffbb10ccd9563d24..e1875d680b49f8ec588afadc93f241e614927bdd 100644
|
| --- a/tools/telemetry/telemetry/page/action_runner.py
|
| +++ b/tools/telemetry/telemetry/page/action_runner.py
|
| @@ -371,9 +371,9 @@ class ActionRunner(object):
|
| delay between the scroll gestures should be consistent.
|
|
|
| Args:
|
| - x_scroll_distance_ratio: The horizontal lenght of the scroll as a fraction
|
| + x_scroll_distance_ratio: The horizontal length of the scroll as a fraction
|
| of the screen width.
|
| - y_scroll_distance_ratio: The vertical lenght of the scroll as a fraction
|
| + y_scroll_distance_ratio: The vertical length of the scroll as a fraction
|
| of the screen height.
|
| repeat_count: The number of additional times to repeat the gesture.
|
| repeat_delay_ms: The delay in milliseconds between each scroll gesture.
|
|
|