diff --git a/src/components/Tree.vue b/src/components/Tree.vue index cefc4988ac35f991c8aa717e86e1300aac7163b2..659047e6fca2c844ee2542004cbeaa155864ff38 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>