diff --git a/guide/english/linux/common-terms-every-linux-user-should-know/index.md b/guide/english/linux/common-terms-every-linux-user-should-know/index.md
index b46dc7dbc6..49d9f23812 100644
--- a/guide/english/linux/common-terms-every-linux-user-should-know/index.md
+++ b/guide/english/linux/common-terms-every-linux-user-should-know/index.md
@@ -12,6 +12,8 @@ title: common terms every Linux user should know.
* GUI: stands for graphic user interface. It is the part of the Linux system that comprises windows, icon, pictures (graphics in general), that make point and click possible.
+* Flavors: Unix has Flavours and linux is one of them, just like linux has a lot of distros which are maintained by different organisations.
+
* Terminal: is an application that is used to access the Linux shell.
* Kernel: this the core of the Linux system – what you could call a “brain”. The kernel controls the resources of a computer and determines how they are used by interacting directly with the computer hardware.