Skip to content

Commit e89df64

Browse files
hSATACfacebook-github-bot
authored andcommitted
Fix typo in hermes-utils.rb (#53290)
Summary: Fix minor typo. ## Changelog: [Internal] [Fixed] - Fix typo in hermes-utils.rb Pull Request resolved: #53290 Reviewed By: NoamPaz Differential Revision: D80329212 Pulled By: rshest fbshipit-source-id: 40963362a4336b393e716dc2f999a7f47970387c
1 parent 9a4df1c commit e89df64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/sdks/hermes-engine/hermes-utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def hermestag_file(react_native_path)
204204
end
205205

206206
def release_tarball_url(version, build_type)
207-
## You can use the `ENTERPRISE_REPOSITORY` ariable to customise the base url from which artifacts will be downloaded.
207+
## You can use the `ENTERPRISE_REPOSITORY` variable to customise the base url from which artifacts will be downloaded.
208208
## The mirror's structure must be the same of the Maven repo the react-native core team publishes on Maven Central.
209209
maven_repo_url =
210210
ENV['ENTERPRISE_REPOSITORY'] != nil && ENV['ENTERPRISE_REPOSITORY'] != "" ?

0 commit comments

Comments
 (0)