Skip to content

Commit cac4517

Browse files
authored
Merge pull request #80 from phrase/fix-pending-update-typo
Fix typo in applyPendingUpdate method
2 parents 5a01edd + 2cb6591 commit cac4517

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
@@ -133,7 +133,7 @@ Phrase.updateTranslations(new TranslationsSyncCallback() {
133133

134134
Translation updates can also be triggered manually. Newly fetched translations are displayed upon the next application launch.
135135

136-
To make the latest translations immediately available, use the method `Phrase.applyPendingUpdates()`. This can be combined with listening for translation updates:
136+
To make the latest translations immediately available, use the method `Phrase.applyPendingUpdate()`. This can be combined with listening for translation updates:
137137

138138
```java
139139
Phrase.updateTranslations(new TranslationsSyncCallback() {

0 commit comments

Comments
 (0)