Skip to content

Commit ef6cd65

Browse files
authored
Fix typo in using-rtl documentation (#15250)
Fixed a small typo in docs!
1 parent bdd41ca commit ef6cd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/frontend/using-rtl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As a part of this goal, we avoid testing implementation details so refactors (ch
2020
We are generally in favor of Use Case Coverage over Code Coverage.
2121

2222
## Use our built-in contexts
23-
By default, `render()` has some default contexts setup for you. The organization context is set to `OrganizationFixture()` and the router context has some default params like orgId and projectId. These can be overriden by passing a proptery to the 2nd argument of the `render()` function.
23+
By default, `render()` has some default contexts setup for you. The organization context is set to `OrganizationFixture()` and the router context has some default params like orgId and projectId. These can be overriden by passing a property to the 2nd argument of the `render()` function.
2424

2525
Example of overriding the default organization features and access:
2626
```tsx

0 commit comments

Comments
 (0)