diff --git a/docs/sources/datasources/concepts.md b/docs/sources/datasources/concepts.md index 1a8267f6fd4..1e2d4301636 100644 --- a/docs/sources/datasources/concepts.md +++ b/docs/sources/datasources/concepts.md @@ -115,7 +115,7 @@ A data source plugin in Grafana is a software component that enables Grafana to A panel plugin in Grafana is an extension that allows you to add new and custom visualizations to your Grafana dashboards. While Grafana comes with several built-in panel types (like graphs, single stats, and tables), panel plugins extend this functionality by providing specialized ways to display data. -An app plugin in Grafana is a type of plugin that provides a comprehensive, integrated, and often out-of-the-box experience within Grafana. Unlike data source plugins, which connect to external data sources, or panel plugins, which provide new visualization types, app plugins can combine various functionalities to create a more complete application-like experience. +An app plugin in Grafana is a type of plugin that provides a comprehensive, integrated, and often out-of-the-box experience within Grafana. Unlike data source plugins, which connect to external data sources, or panel plugins, which provide new visualization types, app plugins can combine various functionalities to create a more complete experience. ## Summary reference