Skip to content

Commit

Permalink
fix: typo on UsageExmaple import
Browse files Browse the repository at this point in the history
  • Loading branch information
josemussa committed Jun 22, 2024
1 parent c5df6a2 commit 5300306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/tracers/datadog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ npm install @langchain/community

## Usage

import UsageExample from "@examples/traces/datadog.ts";
import UsageExample from "@examples/tracers/datadog.ts";

<CodeBlock language="typescript">{UsageExample}</CodeBlock>

0 comments on commit 5300306

Please sign in to comment.