Update 2016-12-18-capability-driven-resentation.rst

This commit is contained in:
Russell Ballestrini 2017-11-08 07:51:59 -08:00 committed by GitHub
parent 4b8521fb54
commit 88af340696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,8 +84,8 @@ To do this we assign the ``js-only`` class to our label holding 'x':
{%- endfor %}
</div>
The content is the same, but we hide the interface based on the user's capibility!
The content is the same, but we hide the interface based on the user's capability!
This small change has a huge impact on the overall user experience.
We no longer present a broken button to the user.
We no longer present a broken button to the user, and I think that is worth the effort.