Skip to content

Commit

Permalink
corrects typo
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 3, 2023
1 parent 3f661ac commit ff31f39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ public IterableInAppManager getInAppManager() {
@NonNull
public IterableEmbeddedManager getEmbeddedManager() {
if (embeddedManager == null) {
throw new RuntimeException("IterableApi must be initialized before calling geEmbeddedManager(). " +
throw new RuntimeException("IterableApi must be initialized before calling getEmbeddedManager(). " +
"Make sure you call IterableApi#initialize() in Application#onCreate");
}
return embeddedManager;
Expand Down

0 comments on commit ff31f39

Please sign in to comment.