Skip to content

Commit a0694aa

Browse files
maxpoukazupon
authored andcommitted
fix typos (#810)
1 parent d77cdc4 commit a0694aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('MyComponent', () => {
7171

7272
## Writing Testable Components
7373

74-
A lot of components' render output are primarily determined by the props they receive. In fact, if a component's render output solely depends on its props, it becomes quite straightforward to test, similar to asserting the return value of a pure function with different arguments. Take an contrived example:
74+
A lot of component's render output are primarily determined by the props they receive. In fact, if a component's render output solely depends on its props, it becomes quite straightforward to test, similar to asserting the return value of a pure function with different arguments. Take a contrived example:
7575

7676
``` html
7777
<template>

0 commit comments

Comments
 (0)