Skip to content

Commit

Permalink
[docs] Fix SEO issues (#31505)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 14, 2022
1 parent 22d403d commit bad1641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation

<p class="description">Install MUI Base, the unstyled components & foundation hooks for building accessible UIs</p>
<p class="description">Install MUI Base, the unstyled components & foundation hooks for building accessible UIs.</p>

## npm

Expand Down
2 changes: 1 addition & 1 deletion docs/data/material/guides/migration-v3/migration-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Looking for the v3 docs? You can [find the latest version here](https://mui.com/

> This document is a work in progress.
> Have you upgraded your site and run into something that's not covered here?
> [Add your changes on GitHub](https://github.com/mui/material-ui/blob/HEAD/docs/src/pages/guides/migration-v3/migration-v3.md).
> [Add your changes on GitHub](https://github.com/mui/material-ui/blob/master/docs/data/material/guides/migration-v3/migration-v3.md).
## Introduction

Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Snackbar/Snackbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ const Snackbar = React.forwardRef(function Snackbar(inProps, ref) {
ownerState={ownerState}
ref={ref}
// ClickAwayListener adds an `onClick` prop which results in the alert not being announced.
// See https://github.com/mui-org/material-ui/issues/29080
// See https://github.com/mui/material-ui/issues/29080
role="presentation"
{...other}
>
Expand Down

0 comments on commit bad1641

Please sign in to comment.