1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-28 19:00:00 +02:00

Merge pull request #220 from fuentesj11/update-docs2

Update/Edit caps.md and consistent_colors.md
This commit is contained in:
Florian Schmaus 2018-04-04 14:45:33 +02:00 committed by GitHub
commit 2756759f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
```