chore: fix some comments (#14394)
Signed-off-by: timesince <seekseat@icloud.com>
This commit is contained in:
parent
4d757865f4
commit
41936c16c4
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ describe('API', () => {
|
|||
expectType<Misskey.entities.MetaResponse>(res);
|
||||
});
|
||||
|
||||
test('conditional respose type (meta)', async () => {
|
||||
test('conditional response type (meta)', async () => {
|
||||
const cli = new Misskey.api.APIClient({
|
||||
origin: 'https://misskey.test',
|
||||
credential: 'TOKEN'
|
||||
|
@ -30,7 +30,7 @@ describe('API', () => {
|
|||
expectType<Misskey.entities.MetaResponse>(res4);
|
||||
});
|
||||
|
||||
test('conditional respose type (users/show)', async () => {
|
||||
test('conditional response type (users/show)', async () => {
|
||||
const cli = new Misskey.api.APIClient({
|
||||
origin: 'https://misskey.test',
|
||||
credential: 'TOKEN'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue