Skip to content

Commit 2cb6591

Browse files
committed
Fix typo in applyPendingUpdate method
1 parent 5a01edd commit 2cb6591

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)