Skip to content

Commit c7f3d9e

Browse files
authored
Merge pull request #117 from solid/typo/contets
Fix typo: contets -> contents
2 parents cdea0c4 + 50c2c35 commit c7f3d9e

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
@@ -655,7 +655,7 @@ UI.aclControl.ACLControlBox5 = function (subject, dom, noun, kb, callback) {
655655
box.notice.textContent = 'Sharing for things within the folder currently tracks sharing for the folder.'
656656
box.notice.style.cssText = 'font-size: 80%; color: #888;'
657657
var splitButton = UI.widgets.clearElement(box.offer).appendChild(dom.createElement('button'))
658-
splitButton.innerHTML = '<p>Set the sharing of folder contets <br />separately from the sharing for the folder</p>'
658+
splitButton.innerHTML = '<p>Set the sharing of folder contents <br />separately from the sharing for the folder</p>'
659659
splitButton.style.cssText = bigButtonStyle
660660
splitButton.addEventListener('click', function (e) {
661661
box.addControlForDefaults()

0 commit comments

Comments
 (0)