diff --git a/docs/content/guide/en/12_asynchronous-loading.ngdoc b/docs/content/guide/en/12_asynchronous-loading.ngdoc index 56f7487e4..32109abca 100644 --- a/docs/content/guide/en/12_asynchronous-loading.ngdoc +++ b/docs/content/guide/en/12_asynchronous-loading.ngdoc @@ -265,10 +265,7 @@ translation tables first! ## Configuration of a loader Each loader can be applied a dedicated configuration `options`, both for the common constructor -`useLoader()` -Jedem Loader kann eine erweiterte Konfiguration angegeben werden. Dies gilt sowohl für -den allgemeinen Konstructor `useLoader(name, options)` als auch die Shortcut-Konstruktoren -wie `useStaticFilesLoader(options)`: +`useLoader()` and `useStaticFilesLoader(options)`:
 $translationProvider.useLoader('customLoader', {