From ce52c517fb733fd3d2628e01098266e61c27c941 Mon Sep 17 00:00:00 2001 From: fivecut Date: Thu, 25 Jul 2024 17:09:33 +0900 Subject: [PATCH] chore: remove repeat words (#1525) --- CODE_OF_CONDUCT.md | 2 +- x/cronos/spec/06_events.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index eacf32113a..15546f76db 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -48,4 +48,4 @@ And if someone takes issue with something you said or did, resist the urge to be The enforcement policies listed above apply to all official Cronos venues. For other projects adopting the Cronos Code of Conduct, please contact the maintainers of those projects for enforcement. If you wish to use this code of conduct for your own project, consider explicitly mentioning your moderation policy or making a copy with your own moderation policy so as to avoid confusion. -* Adapted from the the [Rust Code of Conduct](https://www.rust-lang.org/en-US/conduct.html), the [Node.js Policy on Trolling](http://blog.izs.me/post/30036893703/policy-on-trolling) as well as the [Contributor Covenant v1.3.0](http://contributor-covenant.org/version/1/3/0/). +* Adapted from the [Rust Code of Conduct](https://www.rust-lang.org/en-US/conduct.html), the [Node.js Policy on Trolling](http://blog.izs.me/post/30036893703/policy-on-trolling) as well as the [Contributor Covenant v1.3.0](http://contributor-covenant.org/version/1/3/0/). diff --git a/x/cronos/spec/06_events.md b/x/cronos/spec/06_events.md index 75ba19fb57..b460ce1cbc 100644 --- a/x/cronos/spec/06_events.md +++ b/x/cronos/spec/06_events.md @@ -6,7 +6,7 @@ order: 6 The Cronos module emits the Cosmos SDK [events](./../../../docs/quickstart/events.md#sdk-and-tendermint-events) after a state execution. It can be expected that the type `message`, with an attribute key of `action` will represent the first event for each message being processed as emitted -by the Cosmos SDK's `Baseapp` (i.e the the basic application that implements Tendermint Core's ABCI +by the Cosmos SDK's `Baseapp` (i.e the basic application that implements Tendermint Core's ABCI interface). ## MsgConvertVouchers