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

style(every): fix typos #1331

Closed
wants to merge 1 commit into from
Closed

style(every): fix typos #1331

wants to merge 1 commit into from

Conversation

gluck
Copy link
Contributor

@gluck gluck commented Feb 10, 2016

(and a repeated GH issue # in changelog)

@@ -1292,7 +1292,7 @@ declare module "crypto" {
update(data: any): void;
sign(private_key: string, output_format: string): string;
}
export function createVerify(algorith: string): Verify;
export function createVerify(algorithm: string): Verify;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this typing definition is not originated in this repo but comes from definitelytyped (https://github.com/DefinitelyTyped/tsd), may need to update type definition instead of modify it.

Actually I noticed this definition is not being referenced in repo, maybe we can get rid of this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll just remove this one from the change then, and let you decide whether the def should be removed.

Thx !

@gluck
Copy link
Contributor Author

gluck commented Feb 11, 2016

Done, rebased & amended

@kwonoj
Copy link
Member

kwonoj commented Feb 11, 2016

Merged with 519000b, amended commit message from ..(every) possibly can be read as operator every. Appreciate @gluck for catching this and take effort to create PR!

@kwonoj kwonoj closed this Feb 11, 2016
@lock
Copy link

lock bot commented Jun 7, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants