From 5cf918580d1f92b3aca51cfc80cafdd674b3a98d Mon Sep 17 00:00:00 2001
From: pollfly <75068813+pollfly@users.noreply.github.com>
Date: Mon, 21 Mar 2022 16:00:29 +0200
Subject: [PATCH] Small edits (#211)

---
 .../clearml_config_for_clearml_server.md                  | 8 +++-----
 docs/webapp/webapp_exp_table.md                           | 2 +-
 docs/webapp/webapp_model_table.md                         | 2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/docs/deploying_clearml/clearml_config_for_clearml_server.md b/docs/deploying_clearml/clearml_config_for_clearml_server.md
index 6dd5161d..47a05499 100644
--- a/docs/deploying_clearml/clearml_config_for_clearml_server.md
+++ b/docs/deploying_clearml/clearml_config_for_clearml_server.md
@@ -118,9 +118,8 @@ These may be localhost, the domain, or a sub-domain of the domain.
 
 1. In the `sdk.development` section, add the logging of environment variables option (see ``log_os_environments`` in an 
    [example configuration file](https://github.com/allegroai/clearml/blob/master/docs/clearml.conf#L178)).
-
-
-```editorconfig
+   
+    ```editorconfig
         # Log specific environment variables. OS environments are enlisted in the "Environment" section
         # of the Hyper-Parameters.
         # multiple selected variables are supported including the suffix '*'.
@@ -128,7 +127,6 @@ These may be localhost, the domain, or a sub-domain of the domain.
         # This value can be overwritten with os environment variable CLEARML_LOG_ENVIRONMENT="[AWS_*, CUDA_VERSION]"
         # Example: log_os_environments: ["AWS_*", "CUDA_VERSION"]
         log_os_environments: []
-```
-
+    ```
 
 1. Save the ClearML configuration file. ClearML is now configured for the ClearML Server.
\ No newline at end of file
diff --git a/docs/webapp/webapp_exp_table.md b/docs/webapp/webapp_exp_table.md
index 7bcc9311..553853ff 100644
--- a/docs/webapp/webapp_exp_table.md
+++ b/docs/webapp/webapp_exp_table.md
@@ -133,7 +133,7 @@ that allow each operation.
 | View a worker | If an experiment is *Running*, view resource utilization, worker details, and queues to which a worker is listening. | *Running* |  None  |
 | Share | For **ClearML Hosted Service** users only, [share](webapp_exp_sharing.md) an experiment and its model with a **ClearML Hosted Service** user in another workspace. |  Any state |  None  |
 | Archive | To more easily work with active experiments, move an experiment to the archive. See [Archiving](webapp_archiving.md). | Any state |  None  |
-| Restore |Action available in the archive. Restore a Dataview to the active Dataviews table.| Any State | None |
+| Restore |Action available in the archive. Restore an experiment to the active experiments table.| Any State | None |
 | Enqueue | Add an experiment to a queue for a worker or workers (listening to the queue) to execute. | *Draft* | *Pending* |
 | Dequeue | Remove an experiment from a queue. | *Pending* | *Draft* |
 | Reset  | Delete the log and output from a previous run of an experiment (for example, before rerunning it). | *Completed*, *Aborted*, or *Failed* | *Draft* |
diff --git a/docs/webapp/webapp_model_table.md b/docs/webapp/webapp_model_table.md
index 18e9e53b..9502e9b1 100644
--- a/docs/webapp/webapp_model_table.md
+++ b/docs/webapp/webapp_model_table.md
@@ -66,7 +66,7 @@ allow each feature. Model states are *Draft* (editable) and *Published* (read-on
 | View details | Model details include general information, the model configuration, and label enumeration. Click a model, and the info panel slides open. | Any state |
 | Publish | Publish a model to prevent changes to it. *Published* models are read-only. If a model is Published, its experiment also becomes Published (read-only). | *Draft* |
 | Archive | To more easily work with active models, move a model to the archive. See [Archiving](webapp_archiving.md). | Any state |
-| Restore | Action available in the archive. Restore a Dataview to the active Dataviews table. | Any state |
+| Restore | Action available in the archive. Restore a model to the active models table. | Any state |
 | Tags | Tag models with color-coded labels to assist in organizing work. See [tagging models](#tagging-models). | Any state |
 | Download | Download a model. The file format depends upon the framework. | *Published* |
 | Move to project | To organize work and improve collaboration, move a model to another project. | Any state |