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

Commit d5112bd

Browse files
committed
Fixing typo
1 parent a25b47a commit d5112bd

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
@@ -310,7 +310,7 @@ codePush.checkForUpdate()
310310
codePush.getCurrentPackage(): Promise<LocalPackage>;
311311
```
312312

313-
Retrieves the metadata about the currently installed "package" (e.g. description, installation time). This can be useful for scenarios such as displaying a "what's new?" dialog after an update has been applied, and checking whether there is a pending update that is waiting to be applied via a resume or restart.
313+
Retrieves the metadata about the currently installed "package" (e.g. description, installation time). This can be useful for scenarios such as displaying a "what's new?" dialog after an update has been applied or checking whether there is a pending update that is waiting to be applied via a resume or restart.
314314

315315
This method returns a `Promise` which resolves to the [`LocalPackage`](#localpackage) instance that represents the currently running update.
316316

0 commit comments

Comments
 (0)