Problem/Motivation
Wording is wrong in attributes documentation. 'a' should be 'an'.
/**
* The url which is used for the image in this Tip.
*
* @var string
* A url used for the image.
*/
protected $url;
/**
* The alt text which is used for the image in this Tip.
*
* @var string
* A alt text used for the image.
*/
protected $alt;
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | wrong_wording_in-2851063-4.patch | 985 bytes | goz |
| #2 | wrong_wording_in-2851063-2.patch | 1.2 KB | goz |
Comments
Comment #2
goz commentedComment #3
shadcn commentedHmm, I believe "A url" is correct here.
Here's a related issue: #2574981: Fix grammar ("an URL" should be "a URL") and consistent use of URL (not "url" / "Url") in documentation only, part 1.
Comment #4
goz commentedRight arshadcn, i had missed this grammar rule for url.
Still stay the alt one
Comment #5
goz commentedComment #6
riddhi.addweb commentedComment #7
shadcn commentedThanks @GoZ. Looking good.
Comment #8
riddhi.addweb commentedComment #9
th_tushar commentedLooks good. +1
Comment #10
cilefen commentedWe are not going to commit this and #2851394: Fix grammar 'a' to 'an' when necessary