Skip to content

Commit

Permalink
fix typo, ref: umijs#131
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Feb 22, 2018
1 parent 562960f commit 13afa84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/navigate-between-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default () => {
<div>
ListPage
<br />
<button onClick={() => { router.goBack(); }}>go back</button>
<Link to="/list"><button>go to /list</button></Link>
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion docs/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ title: 定制主题

```css
.ant-btn {
border-radius: 0 !import;
border-radius: 0 !important;
}
```

Expand Down
2 changes: 1 addition & 1 deletion website/translated_docs/zh-Hans/navigate-between-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default () => {
<div>
ListPage
<br />
<button onClick={() => { router.goBack(); }}>go back</button>
<Link to="/list"><button>go to /list</button></Link>
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion website/translated_docs/zh-Hans/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ title: 定制主题

```css
.ant-btn {
border-radius: 0 !import;
border-radius: 0 !important;
}
```

Expand Down

0 comments on commit 13afa84

Please sign in to comment.