mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Documentation typo fix (#7757)
This commit is contained in:
committed by
Ian Sutherland
parent
fefd7169e9
commit
a10223d418
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user