From e705e77475edb23ea30ab6689741a2f806bbcd54 Mon Sep 17 00:00:00 2001 From: sagardesai1 Date: Mon, 22 Jan 2024 13:30:17 -0500 Subject: [PATCH] Correcting Japanese Header and Title --- ja.lang.js | 4 ++-- posts/ja/intro.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ja.lang.js b/ja.lang.js index c3533cd..cfdf365 100644 --- a/ja.lang.js +++ b/ja.lang.js @@ -39,12 +39,12 @@ module.exports = { sidebar: [ { type: "heading", - text: "Axiom 入門", + text: "Axios 入門", }, { type: "link", href: "/docs/intro", - text: "Axiom 入門", + text: "Axios 入門", }, { type: "link", diff --git a/posts/ja/intro.md b/posts/ja/intro.md index f556e9d..cd3b695 100644 --- a/posts/ja/intro.md +++ b/posts/ja/intro.md @@ -1,5 +1,5 @@ --- -title: 'Axiom 入門' +title: 'Axios 入門' description: 'ブラウザと Node.js のための Promise ベースの HTTP クライアント' next_title: '最小構成の使用例' next_link: '/docs/example'