File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ export class FlexibleConnectedPositionStrategy implements PositionStrategy {
310
310
}
311
311
312
312
/**
313
- * Adds a new preferred fallback position .
313
+ * Adds new preferred positions .
314
314
* @param positions List of positions options for this overlay.
315
315
*/
316
316
withPositions ( positions : ConnectedPosition [ ] ) : this {
@@ -328,7 +328,7 @@ export class FlexibleConnectedPositionStrategy implements PositionStrategy {
328
328
}
329
329
330
330
/**
331
- * Sets a minimum distance the ovelray may be positioned to the edge of the viewport.
331
+ * Sets a minimum distance the overlay may be positioned to the edge of the viewport.
332
332
* @param margin Required margin between the overlay and the viewport edge in pixels.
333
333
*/
334
334
withViewportMargin ( margin : number ) : this {
You can’t perform that action at this time.
0 commit comments