diff --git a/tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html b/tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html index 4a1d459fb8..9db99bed3c 100644 --- a/tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html +++ b/tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html @@ -162,7 +162,7 @@ }, 100); }, - // Creates the DOM elements comprising the scatter-plot-matix plot and + // Creates the DOM elements comprising the scatter-plot-matrix plot and // registers event handlers to handle user actions. _draw() { const utils = tf.hparams.utils;