Skip to content

Commit

Permalink
docs(infobip.ipynb): fix typo (#24328)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnumoksha authored Jul 17, 2024
1 parent fc41730 commit e60ad12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/integrations/tools/infobip.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"`InfobipAPIWrapper` uses name parameters where you can provide credentials:\n",
"\n",
"- `infobip_api_key` - [API Key](https://www.infobip.com/docs/essentials/api-authentication#api-key-header) that you can find in your [developer tools](https://portal.infobip.com/dev/api-keys)\n",
"- `infobip_base_url` - [Base url](https://www.infobip.com/docs/essentials/base-url) for Infobip API. You can use default value `https://api.infobip.com/`.\n",
"- `infobip_base_url` - [Base url](https://www.infobip.com/docs/essentials/base-url) for Infobip API. You can use the default value `https://api.infobip.com/`.\n",
"\n",
"You can also provide `infobip_api_key` and `infobip_base_url` as environment variables `INFOBIP_API_KEY` and `INFOBIP_BASE_URL`."
]
Expand Down Expand Up @@ -60,7 +60,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Sending a Email"
"## Sending an Email"
]
},
{
Expand Down

0 comments on commit e60ad12

Please sign in to comment.