Skip to content

Commit 5fdf6c4

Browse files
authored
docs(cdk/layout): Minor grammar fix (#21412)
* Minor grammar fix * Better working for cdk-layout description
1 parent fbbed1f commit 5fdf6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/layout/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The `layout` package provides utilities to build responsive UIs that react to sc
22

33
### BreakpointObserver
44

5-
`BreakpointObserver` is a utility for evaluating media queries and reacting to their changing.
5+
`BreakpointObserver` is a utility for evaluating media queries and reacting to changes in the results of those queries.
66

77
#### Evaluate against the current viewport
88
The `isMatched` method is used to evaluate one or more media queries against the current viewport

0 commit comments

Comments
 (0)