diff --git a/Source/Immutable/Public/Immutable/ImmutablePassport.h b/Source/Immutable/Public/Immutable/ImmutablePassport.h index 973b40f..cd1573a 100644 --- a/Source/Immutable/Public/Immutable/ImmutablePassport.h +++ b/Source/Immutable/Public/Immutable/ImmutablePassport.h @@ -253,7 +253,7 @@ class IMMUTABLE_API UImmutablePassport : public UObject * @param Data The data to be passed to the JavaScript action as FString. * @param ClientResponseDelegate Delegate to handle the response from the client. * @param HandleJSResponse Delegate to handle the response from the JavaScript function. - * @param bCheckInitialized (Optional) If true, check if the passport is initialized. Else, initialized checks are skipped. + * @param bCheckInitialized (Optional) If true, check if the passport is initialised. Else, initialised checks are skipped. */ void CallJS(const FString& Action, const FString& Data, const FImtblPassportResponseDelegate& ClientResponseDelegate, const FImtblJSResponseDelegate& HandleJSResponse, const bool bCheckInitialized = true);