Merge pull request #31 from psy-q/patch-1

Grammar fix "what ... should look like"
master
Lucian Pricop 2024-11-28 17:02:55 +02:00 zatwierdzone przez GitHub
commit d330256e75
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ Let's assume you want to add a card with title "Update website logo" on board "W
You can do this in two ways.
### 2.1: Set stack and board in the email subject
Here's how the email subject should look like:
Here's what the email subject should look like:
<code>Update website logo b-'website' s-'to do'</code>
* *You can use single or double quotes.*
@ -37,7 +37,7 @@ Note:
### 2.3: Specify assignee
Here's how the email subject should look like:
Here's what the email subject should look like:
`Update website logo b-'website' s-'to do' u-'bob'`
@ -46,7 +46,7 @@ Here's how the email subject should look like:
### 2.4: Specify due date
You can use the optional parameter `d-` to add a due date to a card.
Here's how the email subject should look like if you want to set a due date to the card:
Here's what the email subject should look like if you want to set a due date to the card:
`Update website logo b-'website' s-'to do' u-'bob' d-'2022-08-22T19:29:30+00:00'`