From 883ad86a39a5ad0e152a1ee803a7d59530e8e280 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:23:25 +0000 Subject: [PATCH] fix: correct "wether" typo in events docs --- features/events.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/events.mdx b/features/events.mdx index ad545aa..c0a73e8 100644 --- a/features/events.mdx +++ b/features/events.mdx @@ -44,7 +44,7 @@ The value of an event can be positive or negative, and can be a whole number or You can specify a number of custom event attributes to help you track additional information relevant to your use case against events you send to Trophy. -For example, a language learning app might have a 'Questions Completed' metric and use a custom event attribute to store wether the answer to each question was correct. +For example, a language learning app might have a 'Questions Completed' metric and use a custom event attribute to store whether the answer to each question was correct. Similarly a fitness app might use an 'Exercises Completed' metric and use a custom event attribute to store the weight that was used in each exercise and another custom event attribute to store how long the exercise lasted.