Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
transkarpation committed Mar 13, 2024
1 parent f6d82d7 commit 8b912c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/translateBot/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const translateText = async(text) => {

try{
let detectResponse = await axios.post(
`https://translation.googleapis.com/language/translate/v2/detect?key=${API_KEY}`
`https://translation.googleapis.com/language/translate/v2/detect?key=${API_KEY}`,
{
q: text
}
Expand Down

0 comments on commit 8b912c0

Please sign in to comment.