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

@@ -19,7 +19,7 @@ import { filterKeys } from './common';
describe('unify-parser', () => {
describe('thrift function', () => {
it('should convert function extenstions', () => {
it('should convert function extensions', () => {
const content = `
service Foo {
BizResponse Biz1(1: BizRequest req) (api.uri = '/api/biz1')
@@ -62,7 +62,7 @@ describe('unify-parser', () => {
return expect(extensionConfigs).to.eql(expected);
});
it('should convert function extenstions using agw specification', () => {
it('should convert function extensions using agw specification', () => {
const content = `
service Foo {
BizResponse Biz1(1: BizRequest req) (agw.uri = '/api/biz1')
@@ -178,7 +178,7 @@ describe('unify-parser', () => {
});
describe('proto method', () => {
it('should convert method extenstions', () => {
it('should convert method extensions', () => {
const content = `
syntax = 'proto3';
message BizRequest {}