aboutsummaryrefslogtreecommitdiff
path: root/files/it/learn
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-12 17:19:15 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-12 17:19:15 +0100
commitc10e96cb350f2f9fbd51164634dd6aeb5bfbbda9 (patch)
tree21b75d8d97a8015fe450de415ad6b64c811670c9 /files/it/learn
parente8ef9c5dbb51fbacc788a6013845373cf85efd29 (diff)
downloadtranslated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.tar.gz
translated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.tar.bz2
translated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.zip
fix various macros
Diffstat (limited to 'files/it/learn')
-rw-r--r--files/it/learn/css/css_layout/flexbox/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/it/learn/css/css_layout/flexbox/index.html b/files/it/learn/css/css_layout/flexbox/index.html
index cc88b74d61..9b4ab91422 100644
--- a/files/it/learn/css/css_layout/flexbox/index.html
+++ b/files/it/learn/css/css_layout/flexbox/index.html
@@ -114,7 +114,7 @@ Questo articolo comprende i concetti fondamentali.</div>
<h2 id="La_forma_contratta_flex-flow">La forma contratta flex-flow</h2>
-<p>Occorre notare a questo punto che esiste una forma contratta, {{cssxref("flex-flow")}, per le proprietà {{cssxref("flex-direction")}} e {{cssxref("flex-wrap")}} — }. É possibile per esempio sostituire</p>
+<p>Occorre notare a questo punto che esiste una forma contratta, {{cssxref("flex-flow")}}, per le proprietà {{cssxref("flex-direction")}} e {{cssxref("flex-wrap")}}. É possibile per esempio sostituire</p>
<pre class="brush: css notranslate">flex-direction: row;
flex-wrap: wrap;</pre>