Skip to content

Commit

Permalink
fix: typo (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
qijizh authored Jul 21, 2023
1 parent aebb5a4 commit 245590f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/learn/lifecycle-of-reactive-effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ async function fetchPlanets() {
setTimeout(() => {
resolve([{
id: 'earth',
name: '火星'
name: '地球'
}, {
id: 'venus',
name: '金星'
Expand Down Expand Up @@ -1871,7 +1871,7 @@ async function fetchPlanets() {
setTimeout(() => {
resolve([{
id: 'earth',
name: '火星'
name: '地球'
}, {
id: 'venus',
name: '金星'
Expand Down Expand Up @@ -2034,7 +2034,7 @@ async function fetchPlanets() {
setTimeout(() => {
resolve([{
id: 'earth',
name: '火星'
name: '地球'
}, {
id: 'venus',
name: '金星'
Expand Down

0 comments on commit 245590f

Please sign in to comment.