Skip to content

Commit 14833ef

Browse files
committed
Fix typo
1 parent c802d4a commit 14833ef

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/honest-badgers-shine.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"logfire": patch
3+
---
4+
5+
Fix typo in interface name

packages/logfire/src/logfireConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as logfireApi from '@pydantic/logfire-api'
77
import { start } from './sdk'
88
import { ULIDGenerator } from './ULIDGenerator'
99

10-
export interface AdancedLogfireConfigOptions {
10+
export interface AdvancedLogfireConfigOptions {
1111
/**
1212
* The logfire API base URL. Defaults to 'https://logfire-api.pydantic.dev/'
1313
*/
@@ -47,7 +47,7 @@ export interface LogfireConfigOptions {
4747
/**
4848
* Advanced configuration options
4949
*/
50-
advanced?: AdancedLogfireConfigOptions
50+
advanced?: AdvancedLogfireConfigOptions
5151
/**
5252
* Settings for the source code of the project.
5353
*/

0 commit comments

Comments
 (0)