docs: update typo for bootstraping word

This commit is contained in:
Alejandro 2020-07-28 23:56:53 +02:00 committed by Michael Prentice
parent cd1817bf6d
commit d133525502

View File

@ -10,7 +10,7 @@
</tr>
<tr>
<td><code><b>platformBrowserDynamic().bootstrapModule</b>(AppModule);</code></td>
<td><p>Empaqueta la app, usando el componente raíz del <code>NgModule</code> especificado.</p>
<td><p>Carga la app, usando el componente raíz del <code>NgModule</code> especificado.</p>
</td>
</tr>
</tbody></table>