Skip to content

Commit fbe2a15

Browse files
committed
chore: fix typo
1 parent 4260fb0 commit fbe2a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/plugins-service.ts

+1-1
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)