diff --git a/en/history/v23_0.md b/en/history/v23_0.md
index c22f482a0..a0fc3a126 100644
--- a/en/history/v23_0.md
+++ b/en/history/v23_0.md
@@ -4,7 +4,7 @@
## New General Features
-- Added the ability to show the embedded **Web Browser** within EmEditor using the **WebView2** control. The initial home URL can be customized in the new **Web Browser** page of the **Customize** dialog box. The **Web Browser** is designed to be used in conjunction with macros. Writing a macro enables you to send specific text to a website. You can use `web` to access the **Document Object Model** (**DOM**) in the web page, For instance, `web.document.documentElement.outerHTML` retrieves the HTML of the current web document. The new **onLoad** event in JavaScript (V8) enables you to retrieve specific text from the web page when it is loaded. Please refer to the **Bing.jsee** macro example to see how the new features can be utilized. {{pro}}
+- Added the ability to show the embedded **Web Browser** within EmEditor using the **WebView2** control. The initial home URL can be customized in the new **Web Browser** page of the **Customize** dialog box. The **Web Browser** is designed to be used in conjunction with macros. Writing a macro enables you to send specific text to a website. You can use `web` to access the **Document Object Model** (**DOM**) in the web page, For instance, `web.document.documentElement.outerHTML` retrieves the HTML of the current web document. The **onLoad** event enables you to retrieve specific text from the web page when it is loaded. Please refer to the **Bing.jsee** macro example to see how the new features can be utilized. {{pro}}
- Added the ability to format the selection or entire document using the **Language Server Protocol** (**Format Document** and **Format Selection** commands). {{pro}}
- Improved the Markdown syntax highlighting by adding the special syntax for Markdown. {{profree}}
- Improved invalid character detections while opening **Japanese (JIS)** or **Japanese (EUC)** files. {{profree}}
diff --git a/ja/history/v23_0.md b/ja/history/v23_0.md
index 7ca1b21b4..f26e4b97f 100644
--- a/ja/history/v23_0.md
+++ b/ja/history/v23_0.md
@@ -4,7 +4,7 @@
## 一般の新機能
-- WebView2 コントロールを使用して EmEditor 内のカスタム バーで Webブラウザを表示する機能を追加しました。ホームの URL は、[カスタマイズ] ダイアログ ボックスの [Webブラウザ] ページでカスタマイズできます。Webブラウザは、マクロと組み合わせて使用するように設計されています。マクロを作成すると、指定するテキストを Webサイトに送信できます。`web` を使用して Document Object Model (DOM) にアクセスすることができます。例えば、`web.document.documentElement.outerHTML` は、現在の Webドキュメントの HTML を取得します。JavaScript (V8) の新しい onLoad イベントを使用すると、Webページのロード時に Webページから指定するテキストを取得できます。新機能の使用方法については、Bing.jsee マクロ例 を参照してください。 {{pro}}
+- WebView2 コントロールを使用して EmEditor 内のカスタム バーで Webブラウザを表示する機能を追加しました。ホームの URL は、[カスタマイズ] ダイアログ ボックスの [Webブラウザ] ページでカスタマイズできます。Webブラウザは、マクロと組み合わせて使用するように設計されています。マクロを作成すると、指定するテキストを Webサイトに送信できます。`web` を使用して Document Object Model (DOM) にアクセスすることができます。例えば、`web.document.documentElement.outerHTML` は、現在の Webドキュメントの HTML を取得します。onLoad イベントを使用すると、Webページのロード時に Webページから指定するテキストを取得できます。新機能の使用方法については、Bing.jsee マクロ例 を参照してください。 {{pro}}
- 言語サーバー プロトコル ([文書のフォーマット] および [選択範囲のフォーマット] コマンド) を使用して、選択範囲または文書全体をフォーマットする機能が追加されました。 {{pro}}
- Markdown 用の特別な構文を追加することにより、Markdown 構文の強調表示が改善されました。 {{profree}}
- 日本語 (JIS) または日本語 (EUC) ファイルを開く際、不正文字の検出が改善されました。 {{profree}}