aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-graph-common/lib/scene/annotation.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf-graph-common/lib/scene/annotation.ts')
-rw-r--r--tensorflow/tensorboard/components/tf-graph-common/lib/scene/annotation.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tensorboard/components/tf-graph-common/lib/scene/annotation.ts b/tensorflow/tensorboard/components/tf-graph-common/lib/scene/annotation.ts
index b601ee84a9..b48d62c346 100644
--- a/tensorflow/tensorboard/components/tf-graph-common/lib/scene/annotation.ts
+++ b/tensorflow/tensorboard/components/tf-graph-common/lib/scene/annotation.ts
@@ -207,7 +207,7 @@ function update(aGroup, d: render.RenderNodeInfo, a: render.Annotation,
});
// Some annotations (such as summary) are represented using a 12x12 image tag.
- // Purposely ommited units (e.g. pixels) since the images are vector graphics.
+ // Purposely omitted units (e.g. pixels) since the images are vector graphics.
// If there is an image, we adjust the location of the image to be vertically
// centered with the node and horizontally centered between the arrow and the
// text label.