From fad23bc9f4d38747f28d6708ab01689749030063 Mon Sep 17 00:00:00 2001 From: kodaka <1562923+kodaka@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:17:18 +0900 Subject: [PATCH] docs: fix typo "node version" filename (#1679) --- docs/index.md | 2 +- docs/pt-br/index.md | 2 +- docs/zh-hans/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7ce8de62..4510de6d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ features: details: "Large ecosystem of existing runtimes & tools. Simple API to add support for new tools as you need!" icon: 🔌 - title: Backwards Compatible - details: "Support for existing config files .nvmrc, .node-versions, .ruby-version for smooth migration!" + details: "Support for existing config files .nvmrc, .node-version, .ruby-version for smooth migration!" icon: ⏮ - title: "One Config File" details: ".tool-versions to manage all your tools, runtimes and their versions in a single, sharable place." diff --git a/docs/pt-br/index.md b/docs/pt-br/index.md index e7c93104..b74fd709 100644 --- a/docs/pt-br/index.md +++ b/docs/pt-br/index.md @@ -24,7 +24,7 @@ features: details: "Grande ecossistema de runtimes e ferramentas existentes. API simples para adicionar suporte para novas ferramentas conforme necessário!" icon: 🔌 - title: "Compatível com vários arquivos de configuração" - details: "Suporte para arquivos de configuração existentes .nvmrc, .node-versions, .ruby-version para uma migração tranquila!" + details: "Suporte para arquivos de configuração existentes .nvmrc, .node-version, .ruby-version para uma migração tranquila!" icon: ⏮ - title: "Só um arquivo de configuração" details: ".tool-versions para gerenciar todas as suas ferramentas, runtimes e suas versões em um único arquivo" diff --git a/docs/zh-hans/index.md b/docs/zh-hans/index.md index f1c4afb5..14e576cb 100644 --- a/docs/zh-hans/index.md +++ b/docs/zh-hans/index.md @@ -25,7 +25,7 @@ features: details: "现有运行环境和工具的大型生态系统。简单 API 用于根据需要添加对新工具的支持!" icon: 🔌 - title: 向后兼容 - details: "支持从现有配置文件 .nvmrc、.node-versions、.ruby-version 平滑迁移!" + details: "支持从现有配置文件 .nvmrc、.node-version、.ruby-version 平滑迁移!" icon: ⏮ - title: "一个配置文件" details: "一个可共享的 .tool-versions 配置文件管理所有工具、运行环境及其版本。"