From 3b5662e2030053c5b4d64a1fb0fa4dd469612fc3 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 23 Dec 2020 11:18:12 +1100 Subject: [PATCH] docs: fix simple typo, visualiaing -> visualising There is a small typo in docs/tutorials/1-basics/basic_math_operations/README.rst. Should read `visualising` rather than `visualiaing`. --- docs/tutorials/1-basics/basic_math_operations/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/1-basics/basic_math_operations/README.rst b/docs/tutorials/1-basics/basic_math_operations/README.rst index 412293b..2d0efd5 100644 --- a/docs/tutorials/1-basics/basic_math_operations/README.rst +++ b/docs/tutorials/1-basics/basic_math_operations/README.rst @@ -101,7 +101,7 @@ The results for running in the terminal is as bellow: -If we run the Tensorboard using ``tensorboard --logdir="absolute/path/to/log_dir"`` we get the following when visualiaing the ``Graph``: +If we run the Tensorboard using ``tensorboard --logdir="absolute/path/to/log_dir"`` we get the following when visualising the ``Graph``: .. figure:: https://github.com/astorfi/TensorFlow-World/blob/master/docs/_img/1-basics/basic_math_operations/graph-run.png :scale: 30 %