diff --git a/docs/guides/pipeline/pipeline_controller.md b/docs/guides/pipeline/pipeline_controller.md
index 5fadad6b..a06e9a9e 100644
--- a/docs/guides/pipeline/pipeline_controller.md
+++ b/docs/guides/pipeline/pipeline_controller.md
@@ -137,7 +137,7 @@ does the following:
```
1. Download the data created in the previous step (specified through the `dataset_url` parameter) using
- [`StorageManager.get_local_copy`()](../../references/sdk/storage.md#storagemanagerget_local_copy)
+ [`StorageManager.get_local_copy()`](../../references/sdk/storage.md#storagemanagerget_local_copy)
```python
iris_pickle = StorageManager.get_local_copy(remote_url=args['dataset_url'])
diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md
index 5598566a..394d8d87 100644
--- a/docs/webapp/webapp_exp_track_visual.md
+++ b/docs/webapp/webapp_exp_track_visual.md
@@ -331,7 +331,7 @@ These controls allow you to better analyze the results. Hover over a plot, and t
|
| Show the closest data point on hover, including horizontal and vertical axes values. Click
and then hover over a series on the plot. |
|
| Compare data on hover. Click
and then hover over the plot. |
|
| Switch to logarithmic view. |
-|
| Hide / show the legend. |
+|
| Hide / show the legend. |
|
| Switch between original and auto-fitted plot dimensions. The original layout is the plot's user-defined dimensions. |
|
| Download plot data as a JSON file. |
|
| Download **table** plot data as a CSV file. |
diff --git a/static/icons/ico-ico-graph-legend.svg b/static/icons/ico-graph-legend.svg
similarity index 100%
rename from static/icons/ico-ico-graph-legend.svg
rename to static/icons/ico-graph-legend.svg