Skip to content

Commit 78f52d5

Browse files
authored
Fix wording in doc comment
1 parent 08cf59d commit 78f52d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_merge_strings_files.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def self.details
3131
The action only supports merging files which are in the OpenStep (`"key" = "value";`) text format (which is
3232
the most common format for `.strings` files, and the one generated by `genstrings`), but can handle the case
3333
of different files using different encodings (UTF8 vs UTF16) and is able to detect and report duplicates.
34-
It does not handle strings files in XML or binary-plist formats `.strings` files (which are valid but more rare)
34+
It does not handle `.strings` files in XML or binary-plist formats (which are valid but more rare)
3535
DETAILS
3636
end
3737

0 commit comments

Comments
 (0)