fix: typo (#45)

This commit is contained in:
wolfgang555
2025-08-02 12:19:15 +08:00
committed by GitHub
parent 446012dfd6
commit ccdb79eb36
12 changed files with 29 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ import * as t from '../src/thrift';
describe('ferry-parser', () => {
describe('thrift function', () => {
it('should convert function extenstions', () => {
it('should convert function extensions', () => {
const idl = `
service Foo {
BizResponse Biz1(1: BizRequest req) (api.uri = '/api/biz1')
@@ -57,7 +57,7 @@ describe('ferry-parser', () => {
return expect(extensionConfigs).to.eql(expected);
});
it('should convert function extenstions using agw specification', () => {
it('should convert function extensions using agw specification', () => {
const idl = `
service Foo {
BizResponse Biz1(1: BizRequest req) (agw.uri = '/api/biz1')