Skip to content

Commit

Permalink
fix: small typo in app (#4457)
Browse files Browse the repository at this point in the history
  • Loading branch information
amank94 authored Aug 30, 2024
1 parent e02f6dc commit 55d7b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/project/PythonProjectGuide.tsx
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@ export function PythonProjectGuide(props: PythonProjectGuideProps) {
{!isHosted ? (
<View paddingBottom="size-100">
<Text>
To configure gRPC and baching, see our{" "}
To configure gRPC and batching, see our{" "}
<ExternalLink href={PHOENIX_OTEL_DOC_LINK}>
setup guide
</ExternalLink>

0 comments on commit 55d7b87

Please sign in to comment.