diff --git a/OpenFlow/src/public/Controllers.ts b/OpenFlow/src/public/Controllers.ts
index 9a5f3c4c..5a3809f4 100644
--- a/OpenFlow/src/public/Controllers.ts
+++ b/OpenFlow/src/public/Controllers.ts
@@ -507,7 +507,7 @@ export class MenuCtrl {
if (this.WebSocketClientService.stripe_api_key == "pk_live_0XOJdv1fPLPnOnRn40CSdBsh009Ge1B2yI") {
tour.addStep({
title: 'What do you want to explorer ?',
- text: `Select from one of the below guided tours to learn more. Use your keyboard arror keys to move back and forward and Esc to exit the tour.
For billing questions and sales support feel free to reach out on support@openiap.io, for all other questions use the forum or rocket chat`,
+ text: `Select from one of the below guided tours to learn more. Use your keyboard arror keys to move back and forward and Esc to exit the tour.
For billing questions and sales support feel free to reach out on support@openiap.io, for all other questions use the forum or rocket chat`,
buttons: bottons,
id: 'tourlist'
});