From 30646d8ad08be0bec41c8c32821947882fe2a58c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 19 Jun 2018 10:45:07 -0400 Subject: [PATCH] docs(breaking): update the usage headings for overlays --- angular/BREAKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular/BREAKING.md b/angular/BREAKING.md index 1d14c8ada2..0f6d4e32f6 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -789,7 +789,7 @@ The class has been renamed from `Option` to `SelectOption` to keep it consistent Action Sheet, Alert, Loading, Modal, Popover, and Toast should now use `async`/`await`: -**New Usage Example:** +**Old Usage Example:** ```javascript presentPopover(ev: any) { @@ -802,7 +802,7 @@ presentPopover(ev: any) { } ``` -**Old Usage Example:** +**New Usage Example:** ```javascript async presentPopover(ev: any) {