From 712aae3cfe4929dc5ed16808cb473970692247f0 Mon Sep 17 00:00:00 2001 From: David Samuel <139819654+DavdTheItGuy@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:42:39 -0300 Subject: [PATCH] Corrected Typo in Portuguese README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I fixed a minor typo in the Portuguese version of the README file. The word "Markdowm" should be "Markdown". This improves the clarity of the document. I am searching for another typo, but i can't find other typo, this is good 😃. I have a issue asking for fix the typo [here](https://github.com/Textualize/rich/issues/3172). --- README.pt-br.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.pt-br.md b/README.pt-br.md index 45a8e22c..88a94fe6 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -354,7 +354,7 @@ O screenshot a seguir é do resultado do [exemplo de colunas](https://github.com O Rich pode renderizar [markdown](https://rich.readthedocs.io/en/latest/markdown.html) e faz um bom trabalho de conversão do formato para o terminal. -Para renderizar markdowm, importe a classe `Markdown` e instancie com a string que contém o código markdown. Depois, imprima o objeto no console. Por exemplo: +Para renderizar markdown, importe a classe `Markdown` e instancie com a string que contém o código markdown. Depois, imprima o objeto no console. Por exemplo: ```python from rich.console import Console