Skip to content

Commit a98b87d

Browse files
Fix incorrect method reference (#452)
1 parent 9a092e4 commit a98b87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ The host method returns an instance of `SpectatorHost` which extends `Spectator`
498498
- `queryHostAll` - Read more about querying in Spectator
499499

500500
### Custom Host Component
501-
Sometimes it's helpful to pass your own host implementation. We can pass a custom host component to the `createHostComponentFactory()` that will replace the default one:
501+
Sometimes it's helpful to pass your own host implementation. We can pass a custom host component to the `createHostFactory()` that will replace the default one:
502502

503503
```ts
504504
@Component({ selector: 'custom-host', template: '' })

0 commit comments

Comments
 (0)