From f6d7ab0eadb7e8797438073e80cfd42270821418 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Thu, 20 Mar 2025 17:07:40 +0000 Subject: [PATCH] Fix typos --- source/_integrations/jewish_calendar.markdown | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/source/_integrations/jewish_calendar.markdown b/source/_integrations/jewish_calendar.markdown index 5392073652e..2ffbcd41c89 100644 --- a/source/_integrations/jewish_calendar.markdown +++ b/source/_integrations/jewish_calendar.markdown @@ -140,18 +140,17 @@ The following is the list of holidays the sensor knows about with their selected ## Actions -### Counting the Omer +Available {% term actions %}: -Available {% term actions %}: `jewish_calendar.get_omer_blessing` +- `jewish_calendar.get_omer_blessing` -### Action`jewish_calendar.get_omer_blessing` +### Action `jewish_calendar.get_omer_blessing` Returns the blessing for the Omer for a given date. - -| Data attribute | Optional | Description | -| -------------- | -------- | ----------------------------------------------------------------------------- | -| `date` | no | Date for which to get the Omer blessing. | -| `nusach` | no | Nusach (tradition) of the Omer blessing. | -| `language` | no | Language to return, will default to the languaged defined by the integration. | - The response data contains a string representing the blessing. + +| Data attribute | Optional | Description | +| -------------- | -------- | ------------------------------------------------------------------------ | +| `date` | no | Date for which to get the Omer blessing. | +| `nusach` | no | Nusach (tradition) of the Omer blessing. | +| `language` | no | Language to return. Defaults to the language defined by the integration. |