Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit 0941501

Browse files
committed
update comments
1 parent b0f946e commit 0941501

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

force-app/main/aura/LC_API/LC_APIHelper.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ License: BSD 3-Clause License
4040

4141
/**
4242
* For internal use.
43-
* Returns a promise waiting for the parent-child postmate handshake to complete
44-
* then resolves with reference to the postmate child for making requests.
43+
* Returns a promise waiting for the parent-child penpal handshake to complete
44+
* then resolves with reference to the penpal child for making requests.
4545
*/
4646
getPenpalChild: function() {
4747

@@ -69,7 +69,7 @@ License: BSD 3-Clause License
6969

7070
if ( child ) {
7171

72-
// parent-child postmate handshake now complete
72+
// parent-child penpal handshake now complete
7373
clearInterval( timerId );
7474
resolve( child );
7575

@@ -95,7 +95,7 @@ License: BSD 3-Clause License
9595

9696
/**
9797
* For internal use.
98-
* Returns a promise waiting for the parent-child postmate request to complete
98+
* Returns a promise waiting for the parent-child penpal request to complete
9999
* then resolves with response from the child iframe.
100100
*/
101101
makePenpalRequest: function( requestType, child, request ) {

0 commit comments

Comments
 (0)