diff --git a/aio/content/guide/cheatsheet.md b/aio/content/guide/cheatsheet.md index 6ba93b31b3..58935f2883 100644 --- a/aio/content/guide/cheatsheet.md +++ b/aio/content/guide/cheatsheet.md @@ -10,7 +10,7 @@
platformBrowserDynamic().bootstrapModule(AppModule);
Empaqueta la app, usando el componente raíz del NgModule
especificado.
Carga la app, usando el componente raíz del NgModule
especificado.