diff --git a/tensorboard/defs/defs.bzl b/tensorboard/defs/defs.bzl index e18bc88a7c..636bb12c98 100644 --- a/tensorboard/defs/defs.bzl +++ b/tensorboard/defs/defs.bzl @@ -271,7 +271,7 @@ def tf_inline_pngs(name, html_template, images, out): """Inline png images in html. Replaces %.png% in the input `html_template` with a data URI - containing the base64-encoded image content of the corresopnding .png files + containing the base64-encoded image content of the corresponding .png files in the `images` input. In case there is a collision in the base file name, the first instance will diff --git a/tensorboard/defs/inline_images.py b/tensorboard/defs/inline_images.py index 672e8f48a0..e94f275e9b 100755 --- a/tensorboard/defs/inline_images.py +++ b/tensorboard/defs/inline_images.py @@ -15,7 +15,7 @@ """Inline png images in html. Replaces %*.png% in the input .html file with a data URI containing the -base64-encoded image content of the corresopnding .png files in the images/ +base64-encoded image content of the corresponding .png files in the images/ subdirectory. """