mirror of https://github.com/mum4k/termdash.git
typo, twice the same word
parent
0a250f88d6
commit
d79dda8a43
|
@ -2,7 +2,7 @@
|
|||
|
||||
This page explains how to setup the terminal layout using the [container](https://godoc.org/github.com/mum4k/termdash/container) package directly which organizes the layout in a binary tree structure. This is one of the two available methods, see also the [[Grid layout|grid-layout]].
|
||||
|
||||
Container organizes the terminal terminal in a binary tree structure. Each container is a node in this tree. Unless the node was created empty, it contains one of the following:
|
||||
Container organizes the terminal in a binary tree structure. Each container is a node in this tree. Unless the node was created empty, it contains one of the following:
|
||||
|
||||
- two sub-containers; OR
|
||||
- a widget.
|
||||
|
|
Loading…
Reference in New Issue