Browse Source

Fix typo in functions/README.md (#106870)

Ioana Tagirta 1 year ago
parent
commit
b85d4b1dbb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/esql/functions/README.md

+ 2 - 2
docs/reference/esql/functions/README.md

@@ -12,10 +12,10 @@ directory that can `include::` any parts of the files above.
 
 To regenerate the files for a function run its tests using gradle:
 ```
-./gradlew :x-pack:plugin:esql:tests -Dtests.class='*SinTests'
+./gradlew :x-pack:plugin:esql:test -Dtests.class='*SinTests'
 ```
 
 To regenerate the files for all functions run all of ESQL's tests using gradle:
 ```
-./gradlew :x-pack:plugin:esql:tests
+./gradlew :x-pack:plugin:esql:test
 ```