Skip to content

Commit f64cef4

Browse files
johanchouquetjelbourn
authored andcommitted
docs(overlay): add 1 word in the comments for API (#10321)
Just like the API GlobalPositionStrategy, I believe this word was missing.
1 parent e7533a5 commit f64cef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/overlay/position/connected-position-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {OverlayRef} from '../overlay-ref';
2929

3030
/**
3131
* A strategy for positioning overlays. Using this strategy, an overlay is given an
32-
* implicit position relative some origin element. The relative position is defined in terms of
32+
* implicit position relative to some origin element. The relative position is defined in terms of
3333
* a point on the origin element that is connected to a point on the overlay element. For example,
3434
* a basic dropdown is connecting the bottom-left corner of the origin to the top-left corner
3535
* of the overlay.

0 commit comments

Comments
 (0)