Skip to content

Commit 0b7b5ba

Browse files
fix: typo
1 parent afc5f46 commit 0b7b5ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/web/src/lib/connection/monitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export type MonitorData = {
2929
spans: Span[];
3030
/** The original/parsed tauri configuration we receive from instrumentation */
3131
tauriConfig?: Record<"build" | "package" | "plugins" | "tauri", object>;
32-
/** All the parsed configurations files we read from the frontend */
32+
/** All the parsed configuration files we read from the frontend */
3333
tauriConfigStore?: ConfigurationStore;
3434
tauriVersions?: Versions;
3535
appMetadata?: AppMetadata;

0 commit comments

Comments
 (0)