From 4d2781c74075cec617c8ca8badada30569b4e452 Mon Sep 17 00:00:00 2001 From: bwduncan Date: Thu, 2 Nov 2023 04:18:27 +0000 Subject: [PATCH] Fix google_mail.markdown table (#29641) --- source/_integrations/google_mail.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google_mail.markdown b/source/_integrations/google_mail.markdown index d7d9c1b00d0..bff3e40c88e 100644 --- a/source/_integrations/google_mail.markdown +++ b/source/_integrations/google_mail.markdown @@ -45,7 +45,7 @@ You can use the service `google_mail.set_vacation` to set vacation options. | Service data attribute | Optional | Description | Example | | ---------------------- | -------- | ----------- | --------| | `enabled` | yes | Turn this off to end vacation responses. | True -| `title` | | no | The subject for the email. | Vacation +| `title` | no | The subject for the email. | Vacation | `message` | yes | Body of the email. | I am on vacation. | `plain_text` | no | Choose to send message in plain text or HTML. | True | `restrict_contacts` | no | Restrict automatic reply to contacts. | True