aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-multi-checkbox/tf-multi-checkbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf-multi-checkbox/tf-multi-checkbox.html')
-rw-r--r--tensorflow/tensorboard/components/tf-multi-checkbox/tf-multi-checkbox.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tensorboard/components/tf-multi-checkbox/tf-multi-checkbox.html b/tensorflow/tensorboard/components/tf-multi-checkbox/tf-multi-checkbox.html
index 1c4b1d2bb1..41af6a3ab8 100644
--- a/tensorflow/tensorboard/components/tf-multi-checkbox/tf-multi-checkbox.html
+++ b/tensorflow/tensorboard/components/tf-multi-checkbox/tf-multi-checkbox.html
@@ -6,7 +6,7 @@
<!--
tf-multi-checkbox creates a list of checkboxes that can be used to toggle on or off
a large number of values. Each checkbox displays a name, and may also have an
-assosciated tooltip value. Checkboxes can be highlighted, hidden, and re-ordered.
+associated tooltip value. Checkboxes can be highlighted, hidden, and re-ordered.
tf-multi-checkbox assumes that the names may be very long compared to the width
of the checkbox, and the number of names may also be very large, and works to
@@ -21,7 +21,7 @@ tooltipOrderer: A function that is used to compute how to order the names based
on tooltip values (when available). If tooltip values and a tooltip orderer are
present, the tooltipOrderer computes a numeric value for each tooltip, tooltips
with higher values are ordered first, tooltips with equal values are ordered
-lexicogrpahically, and tooltips without a value are placed last. If the
+lexicographically, and tooltips without a value are placed last. If the
tooltipOrderer is set to a falsey value (eg null), then the names are not
re-ordered based on tooltip value.
classScale: A function that maps from name to class name, which is applied as