Skip to content
Snippets Groups Projects
Unverified Commit d450995d authored by Ikko Eltociear Ashimine's avatar Ikko Eltociear Ashimine Committed by GitHub
Browse files

chore: fix typo in extract.ts (#23584)

parent 674c6fca
No related merge requests found
......@@ -107,7 +107,7 @@ export function extractPackageFile(
}
if (newSectionRecord) {
sectionRecord = newSectionRecord;
// Propably there are also requirements in this line.
// Probably there are also requirements in this line.
line = rawLine.replace(regEx(/^[^=]*=\s*/), '');
line.split(';').forEach((part) => {
const dep = parseDep(part, sectionName, sectionRecord);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment