docs: Fix a typo for cheatsheet translation

This commit is contained in:
Alejandro 2020-08-03 09:47:54 +02:00 committed by Michael Prentice
parent 92c7145139
commit db394e2b81

View File

@ -81,7 +81,6 @@ está disponible para las declaraciones (<code>declarations</code>) de este mód
</tr><tr>
<td><code>&lt;div title="Hola <b>{{ponyName}}</b>"&gt;</code></td>
<td><p>Vincula una propiedad a una cadena interpolada, por ejemplo, "Hola Seabiscuit". Equivalente a:
<td><p>Binds a property to an interpolated string, for example, "Hello Seabiscuit". Equivalent to:
<code>&lt;div [title]="'Hola ' + ponyName"&gt;</code></p>
</td>
</tr><tr>