Browse Source

fix a typo in stable plugin documentation (#101812)

Parsa Hosseinian 1 year ago
parent
commit
dab8b2798a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/plugins/development/creating-stable-plugins.asciidoc

+ 2 - 2
docs/plugins/development/creating-stable-plugins.asciidoc

@@ -59,7 +59,7 @@ for the plugin. If you need other resources, package them into a resources JAR.
 [discrete]
 [discrete]
 ==== Development process
 ==== Development process
 
 
-Elastic provides a Grade plugin, `elasticsearch.stable-esplugin`, that makes it
+Elastic provides a Gradle plugin, `elasticsearch.stable-esplugin`, that makes it
 easier to develop and package stable plugins. The steps in this section assume
 easier to develop and package stable plugins. The steps in this section assume
 you use this plugin. However, you don't need Gradle to create plugins.
 you use this plugin. However, you don't need Gradle to create plugins.
 
 
@@ -128,4 +128,4 @@ extend `ESClientYamlSuiteTestCase`.
 [[plugin-descriptor-file-stable]]
 [[plugin-descriptor-file-stable]]
 ==== The plugin descriptor file for stable plugins
 ==== The plugin descriptor file for stable plugins
 
 
-include::plugin-descriptor-file.asciidoc[]
+include::plugin-descriptor-file.asciidoc[]