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/proto';
describe('ferry-parser', () => {
describe('proto method', () => {
it('should convert method extenstions', () => {
it('should convert method extensions', () => {
const idl = `
syntax = 'proto3';
message BizRequest {}
@@ -74,7 +74,7 @@ describe('ferry-parser', () => {
return expect(extensionConfigs).to.eql(expected);
});
it('should convert method extenstions using old rules', () => {
it('should convert method extensions using old rules', () => {
const idl = `
syntax = 'proto3';
message BizRequest {}