From 809c4e20d1bbda30922c72608f075dabfacba7a3 Mon Sep 17 00:00:00 2001
From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com>
Date: Thu, 23 Jan 2025 13:16:39 +0200
Subject: [PATCH] Removed unnecessary period for consistency in README

Removed a period at the end of a specific line in the README to maintain consistency with similar lines.
All other lines of this type did not include a period, and this correction ensures uniform formatting and readability.
---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d040c2c85b8..36d1e144381 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -320,7 +320,7 @@ In addition, the following features are explicitly **NOT** ported:
 - ❌ Top-level `await` in `<script setup>` (Vue 2 does not support async component initialization)
 - ❌ TypeScript syntax in template expressions (incompatible w/ Vue 2 parser)
 - ❌ Reactivity transform (still experimental)
-- ❌ `expose` option is not supported for options components (but `defineExpose()` is supported in `<script setup>`).
+- ❌ `expose` option is not supported for options components (but `defineExpose()` is supported in `<script setup>`)
 
 ### TypeScript Changes