File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const debug = debugModule('loopback:boot:bootstrapper');
25
25
* NOTE: Bootstrapper should be bound as a SINGLETON so it can be cached as
26
26
* it does not maintain any state of it's own.
27
27
*
28
- * @param app Appliaction instance
28
+ * @param app Application instance
29
29
* @param projectRoot The root directory of the project, relative to which all other paths are resolved
30
30
* @param [bootOptions] The BootOptions describing the conventions to be used by various Booters
31
31
*/
@@ -41,7 +41,7 @@ export class Bootstrapper {
41
41
app . bind ( BootBindings . PROJECT_ROOT ) . to ( this . projectRoot ) ;
42
42
43
43
// This is re-bound for testing reasons where this value may be passed directly
44
- // and needs to be propogated to the Booters via DI
44
+ // and needs to be propagated to the Booters via DI
45
45
app . bind ( BootBindings . BOOT_OPTIONS ) . to ( this . bootOptions ) ;
46
46
}
47
47
You can’t perform that action at this time.
0 commit comments