Skip to content

Commit e06d1a9

Browse files
author
Yoshito Umaoka
committed
Fixed typo
1 parent be0444d commit e06d1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gp-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ A source resource file path relative to the base source directory (`<directory>`
458458
For each `<regexMapper>` element, substring matching a Java regular expression pattern specified by
459459
`<pattern>` value will be replaced with the value specified by `<replacement>` value.
460460

461-
The example below will removes `.properties` from a give path, then replace `/` with `.`.
461+
The example below will remove `.properties` from a given path, then replace `/` with `.`.
462462
For example, an input path `com/ibm/g11n/example/MyStrings.properties` will produce
463463
a fully qualified Java class name `com.ibm.g11n.example.MyStrings`, which will be used as the
464464
Globalization Pipeline bundle ID for the resource file.

0 commit comments

Comments
 (0)