From e8b83d84e122dbca908952148fffda42dd975765 Mon Sep 17 00:00:00 2001
From: Lluis Gifre <lluis.gifre@cttc.es>
Date: Wed, 27 Jul 2022 18:18:13 +0200
Subject: [PATCH] Tutorial:

- Minor formatting of OFC'22 page.
---
 tutorial/2-2-ofc22.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutorial/2-2-ofc22.md b/tutorial/2-2-ofc22.md
index 993401480..5a0547d64 100644
--- a/tutorial/2-2-ofc22.md
+++ b/tutorial/2-2-ofc22.md
@@ -22,7 +22,7 @@ WebUI instead of using the command line scripts.
 Note that the default scenario assumes devices R2 and R4 are always emulated, while devices R1, R3, and O1
 can be configured as emulated or real devices.
 
-__Important__: The device drivers operating with real devices, e.g., OpenConfigDriver, P4Driver, and TrandportApiDriver,
+__Important__: The device drivers operating with real devices, e.g., OpenConfigDriver, P4Driver, and TransportApiDriver,
                have to be considered as experimental. The configuration and monitoring capabilities they support are
                limited or partially implemented/tested. Use them with care.
 
@@ -59,8 +59,8 @@ Upon the execution of each test progresses, a report will be generated indicatin
 is some error during the execution, you should see a detailed report on the error. See the troubleshooting section if
 needed.
 
-Feel free to check the logs of the different components using the appropriate `scripts/show_logs_[component].sh`
-scripts after you execute each step.
+You can check the logs of the different components using the appropriate `scripts/show_logs_[component].sh` scripts
+after you execute each step.
 
 
 ### 2.2.5.1. Device bootstrapping
-- 
GitLab