From c18f032b08fcdb4e73125e2957cdd1f9aed81001 Mon Sep 17 00:00:00 2001 From: Isabel Drost-Fromm Date: Wed, 14 Dec 2016 13:44:57 +0100 Subject: [PATCH] Fix typo in command for checking single doc file The recommended command line option for running the doc check on a single documentation file contained a typo. h/t to @nik9000 for finding the typo. --- docs/README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.asciidoc b/docs/README.asciidoc index 367fdaa9d04cd..d255c19472ac7 100644 --- a/docs/README.asciidoc +++ b/docs/README.asciidoc @@ -6,7 +6,7 @@ See: https://github.com/elastic/docs Snippets marked with `// CONSOLE` are automatically annotated with "VIEW IN SENSE" in the documentation and are automatically tested by the command `gradle :docs:check`. To test just the docs from a single page, use e.g. -`gradle :docs:check -Dtest.method=*rollover*`. +`gradle :docs:check -Dtests.method=*rollover*`. By default `// CONSOLE` snippet runs as its own isolated test. You can manipulate the test execution in the following ways: