Skip to content

Commit ee42d7c

Browse files
fix: update incorrect name in Japanese docs (#219)
Fix 218 - Update ja doc update Co-authored-by: Jay <[email protected]>
1 parent 402fccb commit ee42d7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ja.lang.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ module.exports = {
3939
sidebar: [
4040
{
4141
type: "heading",
42-
text: "Axiom 入門",
42+
text: "Axios 入門",
4343
},
4444
{
4545
type: "link",
4646
href: "/docs/intro",
47-
text: "Axiom 入門",
47+
text: "Axios 入門",
4848
},
4949
{
5050
type: "link",

posts/ja/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Axiom 入門'
2+
title: 'Axios 入門'
33
description: 'ブラウザと Node.js のための Promise ベースの HTTP クライアント'
44
next_title: '最小構成の使用例'
55
next_link: '/docs/example'

0 commit comments

Comments
 (0)