We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a81174 commit 35b47e5Copy full SHA for 35b47e5
1 file changed
README.md
@@ -55,7 +55,7 @@ declare class PubSubService {
55
}
56
```
57
58
-#### PubSubService.$pub(event: stirng, eventObject?: any): void
+#### PubSubService.$pub(event: string, eventObject?: any): void
59
60
Publish event to all subscriber.
61
@@ -70,7 +70,7 @@ export class OverlayComponent implements OnInit, OnDestroy {
70
71
72
73
-#### PubSubService.$sub(event: stirng): Observable<any>
+#### PubSubService.$sub(event: string): Observable<any>
74
75
Subscribe to channel.
76
@@ -108,4 +108,4 @@ npm install
108
npm test
109
npm run build
110
111
-Commands above will generate the ready to use bundles under the `./dist` folder.
+Commands above will generate the ready to use bundles under the `./dist` folder.
0 commit comments