From 0bedbed33cd8a0f5e58a570e51f7cdfe6d854f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20=C5=BDitnik?= <anze.zitnik@xlab.si> Date: Fri, 20 May 2022 10:00:02 +0200 Subject: [PATCH] Minor fix in instructions. --- src/components/Tree.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Tree.vue b/src/components/Tree.vue index cefc4988..659047e6 100644 --- a/src/components/Tree.vue +++ b/src/components/Tree.vue @@ -31,7 +31,7 @@ <div class="box" id="instructions" v-show="showInstructions"> <div class="close-button"><i @click="toogleInstructions" title="Close" class="fa fa-solid fa-xmark"></i></div> <ul> - <li><b>left click:</b> hide/show node childrens</li> + <li><b>left click:</b> hide/show node children</li> <li><b>right click:</b> permanently open node details</li> </ul> </div> @@ -232,4 +232,4 @@ export default { background-color: $node-gray-dark-background; } } -</style> \ No newline at end of file +</style> -- GitLab