diff --git a/dev_docs/kibana_platform_plugin_intro.mdx b/dev_docs/kibana_platform_plugin_intro.mdx index 4a3f93642b7ca..f8e336ca862fb 100644 --- a/dev_docs/kibana_platform_plugin_intro.mdx +++ b/dev_docs/kibana_platform_plugin_intro.mdx @@ -22,7 +22,7 @@ developer tools. The Kibana platform is a blank canvas, just waiting for a devel Kibana provides the most basic and fundmental tools neccessary for building a plugin with the "Core" platform. The Core platform is not a plugin itself. There is however, a lot of platform functionality provided by plugins that are not a part of Core. -For example, the data plugin provides basic utilities to search, query and filter data in Elasticsearch. This code is not part of Core, but is still very fundamental +For example, the "data" plugin provides basic utilities to search, query, and filter data in Elasticsearch. This code is not part of Core, but is still very fundamental for many plugins, and we strongly encourage using this service over querying Elasticsearch directly.