From b8ddd74e967cee402225e427a8ae2df74499a113 Mon Sep 17 00:00:00 2001
From: Rikuoh <mail@riq0h.jp>
Date: Sun, 16 Feb 2025 11:05:09 +0900
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E8=84=88=E3=82=92=E8=BF=BD=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md                            | 2 +-
 frontend/src/components/ChatRoom.vue | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a44cd5d..aa425b3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 Rails、Action cable、Vueで構成された簡素なリアルタイムチャット。
 
 # 文脈
-[Entering](https://riq0h.jp/2023/04/30/232125/)で主人公が作っていたチャットサービスをモダンな技術で再現した。
+[Entering](https://riq0h.jp/2023/04/30/232125/)でヒロインと主人公が作っていたチャットサービスをモダンな技術で再現した。
 
 ![](/img/img.png)
 
diff --git a/frontend/src/components/ChatRoom.vue b/frontend/src/components/ChatRoom.vue
index a01e212..133d627 100644
--- a/frontend/src/components/ChatRoom.vue
+++ b/frontend/src/components/ChatRoom.vue
@@ -71,7 +71,6 @@ export default {
     this.createSubscription()
   },
   methods: {
-    // 追加
     createSubscription() {
       this.subscription = this.cable.subscriptions.create(
         { channel: 'RoomChannel', room_id: this.roomId },