diff --git a/knowledge base/linux/tag files.md b/knowledge base/linux/tag files.md
index 495240b..274221e 100644
--- a/knowledge base/linux/tag files.md
+++ b/knowledge base/linux/tag files.md
@@ -1,6 +1,6 @@
# Tag files in GNU/Linux
-The more native way is to use extended attributes.
+The most native way is to use extended attributes.
This allows to store the information within the file in its "filesystem entry", and it stays with the file when one moves it on the drive.
Query them with [`getfattr`][getfattr].