We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3805d5e commit a13da61Copy full SHA for a13da61
src/cdk/tree/tree.md
@@ -54,7 +54,7 @@ ways that would be difficult to accomplish with flat nodes.
54
#### Writing your tree template
55
56
The only thing you need to define is the tree node template. There are two types of tree nodes,
57
-`<cdk-tree-node>` for flat tree and `<cdk-tree-nested-node> for nested tree`. The tree node
+`<cdk-tree-node>` for flat tree and `<cdk-tree-nested-node>` for nested tree. The tree node
58
template defines the look of the tree node, expansion/collapsing control and the structure for
59
nested children nodes.
60
0 commit comments