1
0
Эх сурвалжийг харах

[DOCS] Fix typo and ensure asterisks render properly (#52991)

Fix a typo and rendering issue for doc test example.
Yang Wang 5 жил өмнө
parent
commit
bd4e94ca08
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      docs/README.asciidoc

+ 1 - 1
docs/README.asciidoc

@@ -23,7 +23,7 @@ See: https://github.com/elastic/docs
 Snippets marked with `[source,console]` are automatically annotated with
 "VIEW IN CONSOLE" and "COPY AS CURL" in the documentation and are automatically
 tested by the command `./gradlew -pdocs check`. To test just the docs from a
-single page, use e.g. `./gradlew -ddocs integTestRunner --tests "*rollover*"`.
+single page, use e.g. `./gradlew -pdocs integTestRunner --tests "\*rollover*"`.
 
 By default each `[source,console]` snippet runs as its own isolated test. You
 can manipulate the test execution in the following ways: