confio / cosmjs-types

JS and TS types relating to Protocol Buffers used by Cosmos-SDK and other related projects
Apache License 2.0
36 stars 42 forks source link

Fix typos in comments #87

Closed xiaolou86 closed 1 year ago

xiaolou86 commented 1 year ago

@webmaster128 Thanks for your review.

Take typo paramaters for example, I search it in our repo, I can't find any .proto files containing it.

Do you mean they are imported from other repos?

webmaster128 commented 1 year ago

The proto files are embedded here through git submodules, see https://github.com/confio/cosmjs-types/tree/main/protos

xiaolou86 commented 1 year ago

wow, got it. Thank you very much.

I will close the PR.

xiaolou86 commented 1 year ago

close the PR since The proto files are embedded here through git submodules.