summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarcel Ribeiro-Dantas <ribeirodantasdm@gmail.com>2023-05-26 18:26:14 -0300
committerGitHub <noreply@github.com>2023-05-26 18:26:14 -0300
commitc6f6dac5f8f9af8a674ae6ce19849a865fdf3388 (patch)
tree79baf1b2ae821e19c0bd3387d36e45e649e778c3
parent3cf1ec614246530c91d58e5a514eee05a2ad408d (diff)
parent541f1493ae5f3084a8437f971d0b5020dbbcb278 (diff)
Merge pull request #4675 from dag7dev/patch-1
[markdown/it] fix: corrected typo
-rw-r--r--it-it/markdown.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/it-it/markdown.html.markdown b/it-it/markdown.html.markdown
index b0a123f1..c14bc175 100644
--- a/it-it/markdown.html.markdown
+++ b/it-it/markdown.html.markdown
@@ -253,7 +253,7 @@ Ma non è comunemente usato.
Le immagini sono inserite come i link ma con un punto esclamativo inserito prima delle parentesi quadre!
```md
-![Qeusto è il testo alternativo per l'immagine](http://imgur.com/myimage.jpg "Il titolo opzionale")
+![Questo è il testo alternativo per l'immagine](http://imgur.com/myimage.jpg "Il titolo opzionale")
```
E la modalità a riferimento funziona esattamente come ci si aspetta
@@ -307,4 +307,4 @@ Col 1 | Col2 | Col3
```
---
-Per altre informazioni, leggete il post ufficiale di John Gruber sulla sintassi [qui](http://daringfireball.net/projects/markdown/syntax) e il magnifico cheatsheet di Adam Pritchard [qui](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).
+Per altre informazioni, leggete il post ufficiale di John Gruber sulla sintassi [qui](https://daringfireball.net/projects/markdown/syntax) e il magnifico cheatsheet di Adam Pritchard [qui](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).