docs: add missing dots in action/trigger descriptions

This commit is contained in:
Rıdvan Akca
2023-06-25 16:57:18 +03:00
committed by Ali BARIN
parent f55ec4bd8a
commit 110c2dbac8
10 changed files with 30 additions and 30 deletions

View File

@@ -2,11 +2,11 @@
favicon: /favicons/google-sheets.svg
items:
- name: New spreadsheets
desc: Triggers when you create a new spreadsheet
desc: Triggers when you create a new spreadsheet.
- name: New worksheets
desc: Triggers when you create a new worksheet in a spreadsheet
desc: Triggers when you create a new worksheet in a spreadsheet.
- name: New spreadsheet rows
desc: Triggers when a new row is added to the bottom of a spreadsheet
desc: Triggers when a new row is added to the bottom of a spreadsheet.
---
<script setup>