Skip to content

Commit f68001d

Browse files
cexbrayatthePunderWoman
authored andcommitted
docs: fix descendants default explanation for contentChild (angular#61580)
See angular#61534 PR Close angular#61580
1 parent 373480c commit f68001d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/authoring/queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export interface ContentChildFunction {
259259
* }
260260
* ```
261261
*
262-
* Note: By default `descendants` is `true` which means the query will not traverse all descendants in the same template.
262+
* Note: By default `descendants` is `true` which means the query will traverse all descendants in the same template.
263263
*
264264
* @initializerApiFunction
265265
* @publicApi 19.0

0 commit comments

Comments
 (0)