Skip to content

Commit 1ad2c15

Browse files
HusamElbashirsdras
authored andcommitted
Fix grammar mistake (#1813)
1 parent 2fcf6b2 commit 1ad2c15

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 component's render output is primarily determined by the props they receive. If a component's render output solely depends on its props it becomes straightforward to test, similar to asserting the return value of a pure function with different arguments. Take a simplified example:
74+
A component's render output is primarily determined by the props it receives. If a component's render output solely depends on its props it becomes straightforward to test, similar to asserting the return value of a pure function with different arguments. Take a simplified example:
7575

7676
``` html
7777
<template>

0 commit comments

Comments
 (0)