Skip to content

Commit

Permalink
chore: fix typo, dva > umi
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jun 23, 2022
1 parent 8e7d55a commit 8ae5a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ event - MFSU compiled successfully in 1308 ms (875 modules)

在浏览器里打开 http://localhost:8000/,能看到以下界面,

![](https://img.alicdn.com/imgextra/i3/O1CN01Kri1JF1d1CHKBH3gh_!!6000000003675-2-tps-1372-1298.png)
![](https://img.alicdn.com/imgextra/i2/O1CN01ufcj8M1Lpt1yXd8sy_!!6000000001349-2-tps-1372-1298.png)

## 启用 Prettier(可选)

Expand Down
2 changes: 1 addition & 1 deletion packages/create-umi/templates/app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
export default function HomePage() {
return (
<div>
<h2>Yay! Welcome to dva!</h2>
<h2>Yay! Welcome to umi!</h2>
<p>
<img src={require('../assets/yay.jpg')} width="388" />
</p>
Expand Down

0 comments on commit 8ae5a5a

Please sign in to comment.