Skip to content

Commit 50c2c35

Browse files
committed
Fix typo: contets -> contents
1 parent 2ae4426 commit 50c2c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acl-control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ UI.aclControl.ACLControlBox5 = function (subject, dom, noun, kb, callback) {
648648
box.notice.textContent = 'Sharing for things within the folder currently tracks sharing for the folder.'
649649
box.notice.style.cssText = 'font-size: 80%; color: #888;'
650650
var splitButton = UI.widgets.clearElement(box.offer).appendChild(dom.createElement('button'))
651-
splitButton.innerHTML = '<p>Set the sharing of folder contets <br />separately from the sharing for the folder</p>'
651+
splitButton.innerHTML = '<p>Set the sharing of folder contents <br />separately from the sharing for the folder</p>'
652652
splitButton.style.cssText = bigButtonStyle
653653
splitButton.addEventListener('click', function (e) {
654654
box.addControlForDefaults()

0 commit comments

Comments
 (0)