Commit 70b45b50 authored by Kaitlyn's avatar Kaitlyn
Browse files

Fixed typos.

parent 02699ddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ export default L.Map.AstroMap = L.Map.extend({
  },

  /**
   * @details Retusn the name of the target.
   * @details Returns the name of the target.
   * @return {String} Name of target.
   */
  target: function() {
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ export default L.LayerCollection = L.Class.extend({

  /**
   * @details Removes the current layers, adds the base layers and overlays to the map,
   *          and sets teh default layer.
   *          and sets the default layer.
   *
   * @param {AstroMap} map - Map to add layers to.
   */