Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5dbe239

Browse files
committed
Fixing typo
1 parent 3df161c commit 5dbe239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ Constructs the CodePush client runtime and includes methods for integrating Code
771771

772772
##### Methods
773773

774-
- __getBundleUrl()__ - Returns the path to the most recent version of your app's JS bundle file, assuming that the resource name is `index.android.bundle`. If your app is using a different bundle name, then use the overloaded verison of this method which allows specifying it. This method has the same resolution behavior as the Objective-C equivalent described above.
774+
- __getBundleUrl()__ - Returns the path to the most recent version of your app's JS bundle file, assuming that the resource name is `index.android.bundle`. If your app is using a different bundle name, then use the overloaded version of this method which allows specifying it. This method has the same resolution behavior as the Objective-C equivalent described above.
775775
776776
- __getBundleUrl(String bundleName)__ - Returns the path to the most recent version of your app's JS bundle file, using the specified resource name (e.g. `index.android.bundle`). This method has the same resolution behavior as the Objective-C equivalent described above.
777777

0 commit comments

Comments
 (0)