Skip to content

Commit db394e2

Browse files
alejandrocodingSplaktar
authored andcommitted
docs: Fix a typo for cheatsheet translation
1 parent 92c7145 commit db394e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aio/content/guide/cheatsheet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ está disponible para las declaraciones (<code>declarations</code>) de este mód
8181
</tr><tr>
8282
<td><code>&lt;div title="Hola <b>{{ponyName}}</b>"&gt;</code></td>
8383
<td><p>Vincula una propiedad a una cadena interpolada, por ejemplo, "Hola Seabiscuit". Equivalente a:
84-
<td><p>Binds a property to an interpolated string, for example, "Hello Seabiscuit". Equivalent to:
8584
<code>&lt;div [title]="'Hola ' + ponyName"&gt;</code></p>
8685
</td>
8786
</tr><tr>

0 commit comments

Comments
 (0)