From 9b0fe957e932fcbe8ad03763cbe8d6b6dad4807e Mon Sep 17 00:00:00 2001 From: peterennis Date: Mon, 17 Dec 2018 01:45:31 -0800 Subject: [PATCH] chore(changelog): backtick typo in property (#16778) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42540763b5..28a82bdbce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ The following CSS properties have been removed: | **FAB Button** | `--margin-bottom` | Use CSS instead | | **FAB Button** | `--margin-end` | Use CSS instead | | **FAB Button** | `--margin-start` | Use CSS instead | -| **FAB Button** | `--margin-top | Use CSS instead | +| **FAB Button** | `--margin-top` | Use CSS instead | | **Menu** | `--width-small` | Use a media query and `--width` | | **Radio** | `--width` | Use CSS instead | | **Radio** | `--height` | Use CSS instead |