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 service', () => {
it('should convert service extenstions', () => {
it('should convert service extensions', () => {
const fileContent = `
service Foo {
} (api.uri_prefix = 'https://example.com')
@@ -41,7 +41,7 @@ describe('unify-parser', () => {
});
describe('proto service', () => {
it('should convert service extenstions', () => {
it('should convert service extensions', () => {
const fileContent = `
syntax = "proto3";
service Foo {