typo, twice the same word

Jacopo Federici 2019-05-16 16:42:57 +02:00
parent 0a250f88d6
commit d79dda8a43
1 changed files with 1 additions and 1 deletions

@ -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.