From 09318e80dbaad266f87515d452c390910f724028 Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Fri, 11 Oct 2024 12:26:37 +0100 Subject: [PATCH] Typo fix --- proposals/4133-extended-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4133-extended-profiles.md b/proposals/4133-extended-profiles.md index 84f9dab4242..76bc3595b67 100644 --- a/proposals/4133-extended-profiles.md +++ b/proposals/4133-extended-profiles.md @@ -261,7 +261,7 @@ with the following considerations: Following this change, for example, clients could use `m.example_field` if that field is defined by the Matrix specification, or `org.example.job_title` for organisation or client-specific fields. The proposal [MSC4175](https://github.com/matrix-org/matrix-spec-proposals/pull/4175) demonstrates -the process of definining new fields in the `m.*` namespace. +the process of defining new fields in the `m.*` namespace. ## Implementation Details