From 24714f80cb16b6802965c4e99c0e3512d1765ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?colin=20axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Wed, 14 Oct 2020 22:17:53 +0200 Subject: [PATCH] fix typo (#7536) Co-authored-by: Aleksandr Bezobchuk --- docs/architecture/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/README.md b/docs/architecture/README.md index 9a401c17e3..c4f3280053 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -56,5 +56,5 @@ Please add a entry below in your Pull Request for an ADR. - [ADR 027: Deterministic Protobuf Serialization](./adr-027-deterministic-protobuf-serialization.md) - [ADR 029: Fee Grant Module](./adr-029-fee-grant-module.md) - [ADR 031: Protobuf Msg Services](./adr-031-msg-service.md) -- [ADR 032: Typed Events](./adr-031-typed-events.md) +- [ADR 032: Typed Events](./adr-032-typed-events.md)