diff --git a/71.md b/71.md index 36806268..db4204bd 100644 --- a/71.md +++ b/71.md @@ -12,11 +12,11 @@ Unlike a `kind:1` event with a video attached, video events are meant to contain ## Video Events -There are two types of video events represented by different kinds: horizontal and vertical video events. This is meant to allow clients to cater to each as the viewing experience for horizontal (landscape) videos is often different than that of vertical (portrait) videos (Stories, Reels, Shorts, etc). +There are two types of video events represented by different kinds: _normal_ and _short_ video events. This is meant to allow clients to cater to each as the viewing experience for longer, mostly horizontal (landscape) videos is often different than that of short-form, mostly vertical (portrait), videos ("stories", "reels", "shorts" etc). #### Format -The format uses a _regular event_ kind `21` for horizontal videos and `22` for vertical videos. +The format uses a _regular event_ kind `21` for _normal_ videos and `22` for _short_ videos. The `.content` of these events is a summary or description on the video content.