Update event type to conform to standard (#21827)

Joseph T. Lyons created

Release Notes:

- N/A

Change summary

crates/collab/src/api/events.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/collab/src/api/events.rs 🔗

@@ -474,7 +474,7 @@ fn for_snowflake(
                 serde_json::to_value(e).unwrap(),
             ),
             Event::InlineCompletionRating(e) => (
-                "Inline Completion Feedback".to_string(),
+                "Inline Completion Rated".to_string(),
                 serde_json::to_value(e).unwrap(),
             ),
             Event::Call(e) => {