fix typos post-luke-review
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
fb61a5d68b
commit
fc379e2a15
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue