Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code spelling errors #54

Closed
delta-kor opened this issue Jul 11, 2020 · 0 comments
Closed

Code spelling errors #54

delta-kor opened this issue Jul 11, 2020 · 0 comments
Labels
approved Issue approved and have plan to fix or enhancement bug Something isn't working

Comments

@delta-kor
Copy link

Describe the bug

user-manager.ts
@ initalizeClient

initalizeClient() {
^^^^^^^^^
    this.clear();
}

channel-manager.ts
@ initalizeLoginData

async initalizeLoginData(chatDataList: ChannelDataStruct[]) {
      ^^^^^^^^^
    this.clear();

    return Promise.all(chatDataList.map(this.initWithChannelData.bind(this)));
}

Expected behavior
'Initialize' is the right expression.

@delta-kor delta-kor added the bug Something isn't working label Jul 11, 2020
@storycraft storycraft added the approved Issue approved and have plan to fix or enhancement label Jul 11, 2020
storycraft added a commit that referenced this issue Jul 11, 2020
@storycraft storycraft mentioned this issue Jul 11, 2020
50 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Issue approved and have plan to fix or enhancement bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants