Skip to content

Commit cebd319

Browse files
authored
Merge pull request #911 from alextaylor000/doc-fixes
Remove male pronoun in code comment
2 parents fa39acb + 7a8ea05 commit cebd319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react/jsx/jsx_transformer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def transform(code)
2424
end
2525

2626
# search for transformer file using sprockets - allows user to override
27-
# this file in his own application
27+
# this file in their own application
2828
def jsx_transform_code
2929
::Rails.application.assets[@asset_path].to_s
3030
end

0 commit comments

Comments
 (0)