1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-04-30 16:24:49 +03:00

fix typos post-luke-review

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-07-03 19:24:18 +01:00
parent fb61a5d68b
commit fc379e2a15
No known key found for this signature in database
GPG Key ID: 0435A1D4BBD34D64
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ const COMMANDS = [
}, },
{ {
command: '/op', command: '/op',
args: '<userId> [<power-level>]', args: '<user-id> [<power-level>]',
description: 'Define the power level of a user', description: 'Define the power level of a user',
}, },
{ {
@ -91,7 +91,7 @@ const COMMANDS = [
}, },
{ {
command: '/verify', command: '/verify',
args: '<userId> <deviceId> <deviceSigningKey>', args: '<user-id> <device-id> <device-signing-key>',
description: 'Verifies a user, device, and pubkey tuple', description: 'Verifies a user, device, and pubkey tuple',
}, },
// Omitting `/markdown` as it only seems to apply to OldComposer // Omitting `/markdown` as it only seems to apply to OldComposer