Skip to content

Commit

Permalink
[MUI core] [Docs] Add missing backticks to HTML tag
Browse files Browse the repository at this point in the history
Backticks were added around the <head /> HTML tag to render it as code.
Without it the tag just does not render.

Signed-off-by: Miguel Romero <Miguelrom@users.noreply.github.com>
  • Loading branch information
Miguelrom committed Apr 20, 2024
1 parent bc22c6f commit 0038d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Fontsource can be configured to load specific subsets, weights and styles. Mater

### Google Web Fonts

To install Roboto through the Google Web Fonts CDN, add the following code inside your project's <head /> tag:
To install Roboto through the Google Web Fonts CDN, add the following code inside your project's `<head />` tag:

```html
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down

0 comments on commit 0038d09

Please sign in to comment.