From adb4710c3a40653088e47735756112d9ea487e75 Mon Sep 17 00:00:00 2001 From: Bryn Dyment Date: Fri, 14 Feb 2020 13:05:53 +0900 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `StickFooter` → `StickyFooter` --- .../src/pages/getting-started/templates/sticky-footer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/getting-started/templates/sticky-footer/README.md b/docs/src/pages/getting-started/templates/sticky-footer/README.md index a6155000a1a7da..5389a0a0a301b6 100644 --- a/docs/src/pages/getting-started/templates/sticky-footer/README.md +++ b/docs/src/pages/getting-started/templates/sticky-footer/README.md @@ -2,4 +2,4 @@ ## Usage -Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `StickFooter` component. +Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `StickyFooter` component.