docs(contributing): fix typo (a unambiguous => an unambiguous)

use the article “an” before words that start with a vowel sound

Closes #13292
This commit is contained in:
Eric Lee Carraway
2015-11-10 21:57:41 -06:00
committed by Georgios Kalpakas
parent bd7b217729
commit 25f1bbaad1
+1 -1
View File
@@ -71,7 +71,7 @@ chances of your issue being dealt with quickly:
* **Angular Version(s)** - is it a regression?
* **Browsers and Operating System** - is this a problem with all browsers or only IE8?
* **Reproduce the Error** - provide a live example (using [Plunker][plunker] or
[JSFiddle][jsfiddle]) or a unambiguous set of steps.
[JSFiddle][jsfiddle]) or an unambiguous set of steps.
* **Related Issues** - has a similar issue been reported before?
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
causing the problem (line of code or commit)