Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Proper way to make #4079 durable
  • Loading branch information
fzaninotto committed Nov 29, 2019
1 parent 7996e7d commit e29b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const MyUrlField = ({ record = {}, source }) => {
<a href={record[source]} className={classes.link}>
{record[source]}
<LaunchIcon className={classes.icon} />
</a>;
</a>
);
}

Expand Down

0 comments on commit e29b1e7

Please sign in to comment.