Skip to content

Commit 12c2a17

Browse files
author
p01
committed
Fixed hungry typos
1 parent b203915 commit 12c2a17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/network/network_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ templates.url_list_entry = function(selected, entry)
228228
return ["li",
229229
templates.icon(entry),
230230
["span",
231-
(entry.short_distinguisher || entry.human_ur).slice(0, 200),
231+
(entry.short_distinguisher || entry.human_url).slice(0, 200),
232232
"class", "network-url",
233233
"data-tooltip", "network-url-list-tooltip"
234234
],

src/resource-manager/resource_detail_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
window.cls || (window.cls = {});
44

55
/**
6-
* @varructor
6+
* @constructor
77
* @extends ViewBase
88
*/
99
cls.ResourceDetailView = function(id, name, container_class, html, default_handler, network_logger) {

0 commit comments

Comments
 (0)