aboutsummaryrefslogtreecommitdiff
path: root/files/it/learn/css/css_layout/flexbox/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/learn/css/css_layout/flexbox/index.html')
-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>