From 4ebd543d9d404ac1b9b79bccf278371ee67691a2 Mon Sep 17 00:00:00 2001 From: Chad Phillips Date: Sun, 21 Feb 2021 18:27:45 -0700 Subject: [PATCH] fix typos in sequence doc --- doc/03-Sequences.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/03-Sequences.md b/doc/03-Sequences.md index b0cbee5..b8c616b 100644 --- a/doc/03-Sequences.md +++ b/doc/03-Sequences.md @@ -33,11 +33,11 @@ Here's a slightly more complex sequence: return { { - action = play, + action = "play", file = "/var/voicemail/" .. mailbox_number .. "/greeting.wav", }, { - action = record, + action = "record", location = record_location .. "/messages", }, }