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:
parent
fb61a5d68b
commit
fc379e2a15
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user