From 1c76dcb6a14782572abcdeb42d6c0c304505eaed Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Thu, 3 Oct 2024 12:29:50 -0300 Subject: [PATCH] contributing-guides: fix pt_BR templates (#13965) * subcommand-mention: fix pt_BR typos * alias-pages: fix pt_BR imperative mood --- contributing-guides/translation-templates/alias-pages.md | 2 +- contributing-guides/translation-templates/subcommand-mention.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing-guides/translation-templates/alias-pages.md b/contributing-guides/translation-templates/alias-pages.md index 9116851e9..7fd8565eb 100644 --- a/contributing-guides/translation-templates/alias-pages.md +++ b/contributing-guides/translation-templates/alias-pages.md @@ -375,7 +375,7 @@ The templates can be changed when necessary. > Este comando é um apelido de `example`. -- Ver documentação sobre o comando original: +- Veja documentação sobre o comando original: `tldr example` ``` diff --git a/contributing-guides/translation-templates/subcommand-mention.md b/contributing-guides/translation-templates/subcommand-mention.md index 8ca07af03..eb3dffced 100644 --- a/contributing-guides/translation-templates/subcommand-mention.md +++ b/contributing-guides/translation-templates/subcommand-mention.md @@ -232,7 +232,7 @@ Niektóre podkomendy takie jak `example command` mają osobną dokumentację. ### pt_BR ```markdown -Alguns subcomandos como `example command` tem sua própia documentação de uso. +Alguns subcomandos como `example command` têm sua própria documentação de uso. ``` ---