File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export class PluginsService implements IPluginsService {
170170 return _ . filter ( nodeModules , nodeModuleData => nodeModuleData && nodeModuleData . isPlugin ) ;
171171 }
172172
173- //This method will travers all non dev dependencies (not only the root/installed ones) and filter the plugins.
173+ //This method will traverse all non dev dependencies (not only the root/installed ones) and filter the plugins.
174174 public getAllProductionPlugins ( projectData : IProjectData , dependencies ?: IDependencyData [ ] ) : IPluginData [ ] {
175175 const allProductionPlugins : IPluginData [ ] = [ ] ;
176176 dependencies = dependencies || this . $nodeModulesDependenciesBuilder . getProductionDependencies ( projectData . projectDir ) ;
You can’t perform that action at this time.
0 commit comments