Skip to content

Commit fb72adc

Browse files
committed
Add missing backticks in comment
Addressing @mokagio 's feedback from https://github.com/wordpress-mobile/release-toolkit/pull/358\#discussion_r854862767
1 parent 629f929 commit fb72adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/helper/android/android_localize_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Android
1111
module LocalizeHelper
1212
LIB_SOURCE_XML_ATTR = 'a8c-src-lib'.freeze
1313

14-
# Checks if `string_node` has the content_override flag set
14+
# Checks if `string_node` has the `content_override` flag set
1515
def self.skip_string_by_tag?(string_node)
1616
skip = string_node.attr('content_override') == 'true' unless string_node.attr('content_override').nil?
1717
if skip

0 commit comments

Comments
 (0)