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 service', () => {
it('should convert service extenstions', () => {
it('should convert service extensions', () => {
const idl = `
syntax = "proto3";
service Foo {
@@ -32,7 +32,7 @@ describe('ferry-parser', () => {
return expect(Foo.extensionConfig).to.eql(expected);
});
it('should convert service extenstions with package', () => {
it('should convert service extensions with package', () => {
const idl = `
syntax = "proto3";
package example;