Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMaher Jendoubi <maher.jendoubi@gmail.com>2020-01-25 21:55:22 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-25 21:55:22 +0300
commit4704c85c9db3fb1dccd9191bec4b349180a193ee (patch)
tree17982d97f3edde27890888adc035f8dca918bbca /docs
parent9fc4cae8759da737baa66093b6cbf8cb3da1e124 (diff)
Fix typos (#18585)
* Contributing: fix typos * fixed encoding and other typos * fixed encoding and spotted other typos * Update TransformationRules.cs
Diffstat (limited to 'docs')
-rw-r--r--docs/HtmlAgilityPack/HtmlAttributeCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HtmlAgilityPack/HtmlAttributeCollection.cs b/docs/HtmlAgilityPack/HtmlAttributeCollection.cs
index 07af9979ddb..3565897d7c7 100644
--- a/docs/HtmlAgilityPack/HtmlAttributeCollection.cs
+++ b/docs/HtmlAgilityPack/HtmlAttributeCollection.cs
@@ -242,7 +242,7 @@ namespace HtmlAgilityPack
}
/// <summary>
- /// Checks for existance of attribute with given name
+ /// Checks for existence of attribute with given name
/// </summary>
/// <param name="name"></param>
/// <returns></returns>