Replace アーキテクチャー to アーキテクチャ

git grep 'アーキテクチャー' | cut -d':' -f1 | sort | uniq | xargs -I{} sed -i '' 's/アーキテクチャー/アーキテクチャ/g' {}
This commit is contained in:
kondo takeshi
2020-06-14 15:02:03 +09:00
parent 7a7ceb73eb
commit 5a9044ad75
2 changed files with 9 additions and 9 deletions
@@ -1,4 +1,4 @@
---
title: "Kubernetesのアーキテクチャ"
title: "Kubernetesのアーキテクチャ"
weight: 30
---