Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ declare class PubSubService {
}
```

#### PubSubService.$pub(event: stirng, eventObject?: any): void
#### PubSubService.$pub(event: string, eventObject?: any): void

Publish event to all subscriber.

Expand All @@ -70,7 +70,7 @@ export class OverlayComponent implements OnInit, OnDestroy {
}
```

#### PubSubService.$sub(event: stirng): Observable<any>
#### PubSubService.$sub(event: string): Observable<any>

Subscribe to channel.

Expand Down Expand Up @@ -108,4 +108,4 @@ npm install
npm test
npm run build
```
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.