mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
fix a typo in stable plugin documentation (#101812)
This commit is contained in:
parent
6a50c1a04f
commit
dab8b2798a
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ for the plugin. If you need other resources, package them into a resources JAR.
|
|||
[discrete]
|
||||
==== 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
|
||||
you use this plugin. However, you don't need Gradle to create plugins.
|
||||
|
||||
|
@ -128,4 +128,4 @@ extend `ESClientYamlSuiteTestCase`.
|
|||
[[plugin-descriptor-file-stable]]
|
||||
==== The plugin descriptor file for stable plugins
|
||||
|
||||
include::plugin-descriptor-file.asciidoc[]
|
||||
include::plugin-descriptor-file.asciidoc[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue