aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-graph/tf-graph-icon.html
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf-graph/tf-graph-icon.html')
-rw-r--r--tensorflow/tensorboard/components/tf-graph/tf-graph-icon.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tensorboard/components/tf-graph/tf-graph-icon.html b/tensorflow/tensorboard/components/tf-graph/tf-graph-icon.html
index 765803a6a9..180613b4e4 100644
--- a/tensorflow/tensorboard/components/tf-graph/tf-graph-icon.html
+++ b/tensorflow/tensorboard/components/tf-graph/tf-graph-icon.html
@@ -92,7 +92,7 @@
/**
* String indicating the type of coloring to use for this node, used
- * only for deterimining the fill.
+ * only for determining the fill.
*/
colorBy: {
type: Object,
@@ -100,7 +100,7 @@
},
/**
- * Function used by structural coloring algorithim to determine which
+ * Function used by structural coloring algorithm to determine which
* color to use based on the template ID of the node. Optional.
*/
templateIndex: {