Skip to content

Commit

Permalink
Documentation typo fix (#7757)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer authored and iansu committed Sep 30, 2019
1 parent fefd716 commit a10223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/adding-images-fonts-and-files.md
Expand Up @@ -60,4 +60,4 @@ const App = () => (

This is handy if you don't want to load SVG as a separate file. Don't forget the curly braces in the import! The `ReactComponent` import name is special and tells Create React App that you want a React component that renders an SVG, rather than its filename.

> **Tip:** The imported SVG React Component accepts a `title` prop along with other props that a `svg` element accepts. Use this prop to add an accessbile title to your svg component.
> **Tip:** The imported SVG React Component accepts a `title` prop along with other props that a `svg` element accepts. Use this prop to add an accessible title to your svg component.

0 comments on commit a10223d

Please sign in to comment.