We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0444d commit e06d1a9Copy full SHA for e06d1a9
1 file changed
gp-maven-plugin/README.md
@@ -458,7 +458,7 @@ A source resource file path relative to the base source directory (`<directory>`
458
For each `<regexMapper>` element, substring matching a Java regular expression pattern specified by
459
`<pattern>` value will be replaced with the value specified by `<replacement>` value.
460
461
-The example below will removes `.properties` from a give path, then replace `/` with `.`.
+The example below will remove `.properties` from a given path, then replace `/` with `.`.
462
For example, an input path `com/ibm/g11n/example/MyStrings.properties` will produce
463
a fully qualified Java class name `com.ibm.g11n.example.MyStrings`, which will be used as the
464
Globalization Pipeline bundle ID for the resource file.
0 commit comments