From 31144bfeddb627887b696c341805969ad85d870e Mon Sep 17 00:00:00 2001 From: JUNHONG YU <35317798+aagunner@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:12:56 +0900 Subject: [PATCH] =?UTF-8?q?Update=20title=20from=20'=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E3=83=8F=E3=83=B3=E3=83=89=E3=83=AA=E3=83=B3=E3=82=B0?= =?UTF-8?q?'=20to=20'=E3=82=A4=E3=83=99=E3=83=B3=E3=83=88=E3=83=8F?= =?UTF-8?q?=E3=83=B3=E3=83=89=E3=83=AA=E3=83=B3=E3=82=B0'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tutorials/learn-angular/steps/7-event-handling/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev-ja/src/content/tutorials/learn-angular/steps/7-event-handling/config.json b/adev-ja/src/content/tutorials/learn-angular/steps/7-event-handling/config.json index 376db97299..836161673c 100644 --- a/adev-ja/src/content/tutorials/learn-angular/steps/7-event-handling/config.json +++ b/adev-ja/src/content/tutorials/learn-angular/steps/7-event-handling/config.json @@ -1,5 +1,5 @@ { "openFiles": ["src/app/app.ts"], - "title": "エラーハンドリング", + "title": "イベントハンドリング", "type": "editor" }