Skip to content

Commit 92f6dfb

Browse files
Merge pull request #152 from Palbahngmiyine/sync/beta-sendOne-cleanup
docs(examples): drop stale sendOne note from send_sms comment
2 parents d5cf2f7 + 6ef3982 commit 92f6dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/javascript/common/src/sms/send_sms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const messageService = new SolapiMessageService(
88
'ENTER_YOUR_API_SECRET',
99
);
1010

11-
// 단일 발송 예제, send 메소드로도 동일하게 사용가능
11+
// 단일 발송 예제
1212
messageService
1313
.send({
1414
to: '수신번호',

0 commit comments

Comments
 (0)