Update/Edit documentation

This commit is contained in:
Jesus Fuentes 2018-04-01 09:05:56 -05:00
parent a9ca1a0989
commit 63de8abde5
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ are determined with the help of the Service Discovery Protocol
**Usage**
Entity Capabilities work silenty in background when enabled. If the remote
Entity Capabilities work silently in the background when enabled. If the remote
XMPP entity does not support XEP-0115 but XEP-0030 then XEP-0030 mechanisms
are transparently used. You can enable or disable Entity Capabilities by using
_**EntityCapsManager**_.

View File

@ -33,5 +33,5 @@ ConsistentColor.activateBlueBlindnessCorrection();
To deactivate color vision deficiency correction, call
```
ConsistenColor.deactivateDeficiencyCorrection();
ConsistentColor.deactivateDeficiencyCorrection();
```