diff --git a/xml/System.Web.UI.WebControls/SiteMapDataSource.xml b/xml/System.Web.UI.WebControls/SiteMapDataSource.xml
index a30dbd0ebe4..30712d80240 100644
--- a/xml/System.Web.UI.WebControls/SiteMapDataSource.xml
+++ b/xml/System.Web.UI.WebControls/SiteMapDataSource.xml
@@ -76,7 +76,7 @@
## Retrieving Site Map Data
- Site map data is retrieved from an object, such as , which is the default site map provider for ASP.NET. You can specify any provider that is configured for your site to provide the site map data to the and can obtain the list of available providers by accessing the collection.
+ Site map data is retrieved from a object, such as , which is the default site map provider for ASP.NET. You can specify any provider that is configured for your site to provide the site map data to the and can obtain the list of available providers by accessing the collection.
Like all data source controls, every instance of a is associated with a single helper object, known as a data source view. The is a view on the site map data, according to the properties of the data source, and is retrieved by calling the method. The maintains the object that the controls bind to.