Skip to content

Commit

Permalink
chore: fix markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
feikerwu committed Nov 25, 2019
1 parent a1a5be6 commit 26f1a0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/daily/2019-11-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ describe('debounce:', () => {
expect(mockFunc).toHaveBeenCalledTimes(0);
});
});
```

执行结果
![](assets/2019-11-25 - 写一个debounce的装饰器-unit-test.png)
```



### 扩展
Expand Down

0 comments on commit 26f1a0a

Please sign in to comment.