From f4c9c118dca58b712dbfd28f50b40409d8ec30b7 Mon Sep 17 00:00:00 2001 From: Will Howell Date: Wed, 9 May 2018 11:24:04 -0400 Subject: [PATCH] docs(overlay): fix typos in flex position comments docs(overlay): fix typos in flex position comments --- .../overlay/position/flexible-connected-position-strategy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cdk/overlay/position/flexible-connected-position-strategy.ts b/src/cdk/overlay/position/flexible-connected-position-strategy.ts index 3383186469e5..941bed23865e 100644 --- a/src/cdk/overlay/position/flexible-connected-position-strategy.ts +++ b/src/cdk/overlay/position/flexible-connected-position-strategy.ts @@ -310,7 +310,7 @@ export class FlexibleConnectedPositionStrategy implements PositionStrategy { } /** - * Adds a new preferred fallback position. + * Adds new preferred positions. * @param positions List of positions options for this overlay. */ withPositions(positions: ConnectedPosition[]): this { @@ -328,7 +328,7 @@ export class FlexibleConnectedPositionStrategy implements PositionStrategy { } /** - * Sets a minimum distance the ovelray may be positioned to the edge of the viewport. + * Sets a minimum distance the overlay may be positioned to the edge of the viewport. * @param margin Required margin between the overlay and the viewport edge in pixels. */ withViewportMargin(margin: number): this {