Skip to content

Commit

Permalink
fix typo found by @tliponis
Browse files Browse the repository at this point in the history
  • Loading branch information
tbock committed Jan 23, 2018
1 parent 221862e commit 4fc5743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RMPIdentify/Widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ define(['esri/graphic', 'esri/layers/FeatureLayer', 'esri/layers/GraphicsLayer',
that.clickHandler.resume();
}

this.mapIdNode.innerHTML = '<h1>RMP Indentify</h1><br/>' +
this.mapIdNode.innerHTML = '<h1>RMP Identify</h1><br/>' +
'<h5 id="refresh_date"></h5>' +
'<br/>Click Facility to view information.' +
'<br/><br/><h5 style="text-decoration: underline;">RMP Program Levels</h5>' +
Expand Down

0 comments on commit 4fc5743

Please sign in to comment.