diff options
author | Andre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org> | 2017-10-24 02:56:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 02:56:18 +0300 |
commit | f6ced5ec726ebdbe33d135b8edca2d227d7a9e57 (patch) | |
tree | 54e62c66d9d584989bc72b733573347ebd2bd45d | |
parent | 0de680b3e0a3010ab72460642668344028f0c4d0 (diff) | |
parent | 62892f4ca1a838eb556b3cbd4122d89a8b9f87b7 (diff) |
Merge pull request #2939 from victorwpbastos/patch-2
[asciidoc/pt-br] Small typo
-rw-r--r-- | pt-br/asciidoc-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/asciidoc-pt.html.markdown b/pt-br/asciidoc-pt.html.markdown index 1dee31db..b12c0693 100644 --- a/pt-br/asciidoc-pt.html.markdown +++ b/pt-br/asciidoc-pt.html.markdown @@ -99,7 +99,7 @@ Para criar uma lista com marcadores use asteriscos. * baz ``` -Para criar uma lista númerada use pontos. +Para criar uma lista numerada use pontos. ``` . item 1 |