From f106874d8e0421ec915b7ff3420b16c7446ad784 Mon Sep 17 00:00:00 2001 From: Lansana DIOMANDE <ldiomande@takima.fr> Date: Fri, 12 Aug 2022 11:17:24 +0200 Subject: [PATCH] refactor: improve tutorial for commands usage --- deadlock-plugins/deadlock-extension/src/view/briefingView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deadlock-plugins/deadlock-extension/src/view/briefingView.ts b/deadlock-plugins/deadlock-extension/src/view/briefingView.ts index 9862a595..dd56c4f4 100644 --- a/deadlock-plugins/deadlock-extension/src/view/briefingView.ts +++ b/deadlock-plugins/deadlock-extension/src/view/briefingView.ts @@ -86,7 +86,7 @@ export default class BriefingView extends WebViewBase { } else { if (MissionHandler.instance.desktop?.scripts) { output += ` - <h1>Comment ça marche Deadlock</h2> + <h1>Comment ça marche Deadlock ?</h2> <h3>Soumettre son code</h3> Cet exercice possède des commandes de test et/ou de validation. Vous pouvez y accéder depuis l'extension dans l'onglet COMMANDS. <ul> -- GitLab