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

Commit b5f9293

Browse files
committed
Fixing text
1 parent 29b57f1 commit b5f9293

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
@@ -245,7 +245,7 @@ Contains details about an update package that has been downloaded locally or alr
245245
- __isMandatory__: Flag indicating if the update is mandatory. (Boolean) This is the value that you specified in the CLI when you released the update
246246
- __packageHash__: The hash value of the package. (String)
247247
- __packageSize__: The size of the package, in bytes. (Number)
248-
- __isFirstRun__: Flag indicating whether this is the first time the package has been run after being applied. (Boolean) This is useful for determining whether you would like to show a "What's New?" UI to the user after the app is restarted after applying an update.
248+
- __isFirstRun__: Flag indicating whether this is the first time the package has been run after being applied. (Boolean) This is useful for determining whether you would like to show a "What's New?" UI to the end-user after applying an update.
249249

250250
##### Methods
251251
- __apply(rollbackTimeout): Promise__: Applies this package to the application. The application will be reloaded with this package and on every application launch this package will be loaded.

0 commit comments

Comments
 (0)