Browse Source

[DOCS] Reword `type` query deprecation note for Asciidoctor migration (#41595)

James Rodewig 6 years ago
parent
commit
7639e6a398
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/type-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/type-query.asciidoc

@@ -1,7 +1,7 @@
 [[query-dsl-type-query]]
 === Type Query
 
-deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see <<removal-of-types>>.]
+deprecated[7.0.0,Types and the `type` query are deprecated and in the process of being removed. See <<removal-of-types>>.]
 
 Filters documents matching the provided document / mapping type.