diff --git a/knowledge base/grafana.md b/knowledge base/grafana.md
index 223bcf9..4b61ecb 100644
--- a/knowledge base/grafana.md
+++ b/knowledge base/grafana.md
@@ -17,7 +17,7 @@ Open-source platform for monitoring and observability.
## TL;DR
Grafana needs a database to store users, dashboards, and other data. It supports `mysql`, `postgres` or `sqlite3`.
-By default it uses the `sqlite3` embedded database included in the main Grafana binary.
+By default it uses the `sqlite3` embedded database included in the main `grafana` binary.
Grafana creates a folder for each installed plugin, containing its associated files and data.
Plugin files are located by default in `$PWD/data/plugins` (`/var/lib/grafana/plugins` for `deb` or `rpm`