fixed typos

This commit is contained in:
Andy Gup 2014-06-11 14:14:43 -06:00
parent 22423c34b8
commit b786df6054

View File

@ -42,7 +42,7 @@ Extends and overrides a feature layer. This library allows you to extend esri.la
##offlineTilesEnabler
Extends and overrides a tiled map service. Provides the ability to customize the extent used to cut the tiles. See the detailed description of basemap.prepareForOffline() in the "How To Use" section below to learn different options.
Extends and overrides a tiled map service. Provides the ability to customize the extent used to cut the tiles. See the detailed description of basemap.prepareForOffline() in the "How To Use" section to learn different options.
* __Click [here](doc/offlinetilesenabler.md) to see the full API doc for `offlineTilesEnabler`__
@ -57,7 +57,7 @@ Extends TileMapServiceLayer. You can display TPK files with this library.
* [Learn more about using the `tile` library](doc/howtousetiles.md)
* [Learn more about using the `edit` library](doc/howtouseeditlibrary.md)
* [Learn more about using the `tpk` library](doc/howtousetpklibrary.md)
* [Learn more aobut using an application cache with this library](doc/howtouseappcache.md)
* [Learn more abuut using an application cache with this library](doc/howtouseappcache.md)
##Setup Instructions