Skip to content

Commit 79527a9

Browse files
committed
fix: inline documentation typos
1 parent dc6af45 commit 79527a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/testing-library/src/lib/models.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
8686
*
8787
* @example
8888
* const component = render(AppComponent, {
89-
* providers: [
89+
* imports: [
9090
* AppSharedModule,
9191
* MaterialModule,
9292
* ]
@@ -104,7 +104,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
104104
*
105105
* @example
106106
* const component = render(AppComponent, {
107-
* imports: [
107+
* schemas: [
108108
* NO_ERRORS_SCHEMA,
109109
* ]
110110
* })
@@ -160,7 +160,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
160160
queries?: Q;
161161
/**
162162
* @description
163-
* An Angular component to wrap the component in
163+
* An Angular component to wrap the component in.
164164
*
165165
* @default
166166
* `WrapperComponent`, an empty component that strips the `ng-version` attribute

0 commit comments

Comments
 (0)