Skip to content

Commit 7856718

Browse files
authored
Merge pull request #112 from zackAJ/patch-1
fix typo
2 parents 56c9b72 + 88bba50 commit 7856718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/simplelocalize/cli/extraction/ExtractionProcessorFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public ExtractionProcessor createForType(String extractType)
2929
return processor;
3030
}
3131
}
32-
throw new IllegalArgumentException("Could not find matching project processor for extractType: " + extractType + " please use on of these: " + supportedProjectTypes);
32+
throw new IllegalArgumentException("Could not find matching project processor for extractType: " + extractType + " please use one of these: " + supportedProjectTypes);
3333
}
3434
}

0 commit comments

Comments
 (0)