From d9631edd87c1ff533a3b2d411c0a8d4a1e470cce Mon Sep 17 00:00:00 2001 From: Michael Li Date: Fri, 30 May 2025 01:55:35 +1000 Subject: [PATCH] docs: fix misspelled word in promptlayer.ipynb (#31410) --- docs/docs/integrations/callbacks/promptlayer.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/callbacks/promptlayer.ipynb b/docs/docs/integrations/callbacks/promptlayer.ipynb index 06f2e602409..27127da84ec 100644 --- a/docs/docs/integrations/callbacks/promptlayer.ipynb +++ b/docs/docs/integrations/callbacks/promptlayer.ipynb @@ -43,7 +43,7 @@ "### Getting API Credentials\n", "\n", "If you do not have a PromptLayer account, create one on [promptlayer.com](https://www.promptlayer.com). Then get an API key by clicking on the settings cog in the navbar and\n", - "set it as an environment variabled called `PROMPTLAYER_API_KEY`\n" + "set it as an environment variable called `PROMPTLAYER_API_KEY`\n" ] }, {