From 39bbbd1f2f11c706c7e088ca3affe849d2f67dc7 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 26 Jul 2018 19:23:12 -0400 Subject: [PATCH] docs(breaking): remove extra ` --- angular/BREAKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/BREAKING.md b/angular/BREAKING.md index 6a10976bd5..bd22658a37 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -1269,7 +1269,7 @@ The following set of CSS files are optional and can safely be commented out if t Adds utility attributes that allow adding `padding` and `margin` attributes to any element. See [content space](https://beta.ionicframework.com/docs/layout/css-utilities#content-space) for what this includes. - **float-elements.css** -Adds utility attributes that allow adding `float`` attributes to any element. See [element placement](https://beta.ionicframework.com/docs/layout/css-utilities/#element-placement) for what this includes. +Adds utility attributes that allow adding `float` attributes to any element. See [element placement](https://beta.ionicframework.com/docs/layout/css-utilities/#element-placement) for what this includes. - **text-alignment.css** Adds utility attributes that allow adding text alignment attributes to any element. See [text alignment](https://beta.ionicframework.com/docs/layout/css-utilities/#text-alignment) for what this includes.