Skip to content

Commit

Permalink
fix: inline documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Aug 31, 2019
1 parent dc6af45 commit 79527a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/testing-library/src/lib/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
*
* @example
* const component = render(AppComponent, {
* providers: [
* imports: [
* AppSharedModule,
* MaterialModule,
* ]
Expand All @@ -104,7 +104,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
*
* @example
* const component = render(AppComponent, {
* imports: [
* schemas: [
* NO_ERRORS_SCHEMA,
* ]
* })
Expand Down Expand Up @@ -160,7 +160,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
queries?: Q;
/**
* @description
* An Angular component to wrap the component in
* An Angular component to wrap the component in.
*
* @default
* `WrapperComponent`, an empty component that strips the `ng-version` attribute
Expand Down

0 comments on commit 79527a9

Please sign in to comment.