docs: Fix a couple of typos in ts comments (#345)

This commit is contained in:
John Rees 2021-05-31 18:43:54 +01:00 committed by GitHub
parent 571a96515e
commit d187dc5be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@ export class Program {
}
/**
* Invokes the given callback everytime the given event is emitted.
* Invokes the given callback every time the given event is emitted.
*
* @param eventName The PascalCase name of the event, provided by the IDL.
* @param callback The function to invoke whenever the event is emitted from

View File

@ -84,7 +84,7 @@ export class AccountClient {
private _programId: PublicKey;
/**
* Returns the cleint's wallet and network provider.
* Returns the client's wallet and network provider.
*/
get provider(): Provider {
return this._provider;