Skip to content

Commit dfbdd1d

Browse files
nnegreyAce Nassri
authored and
Ace Nassri
committed
fix: update translate_create_glossary.js (#403)
1 parent faa998e commit dfbdd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translate/v3/translate_create_glossary.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
function main(
1818
projectId = 'YOUR_PROJECT_ID',
1919
location = 'us-central1',
20-
glossaryId = 'glossary-id'
20+
glossaryId = 'your-glossary-display-name'
2121
) {
2222
// [START translate_v3_create_glossary]
2323
/**
2424
* TODO(developer): Uncomment these variables before running the sample.
2525
*/
2626
// const projectId = 'YOUR_PROJECT_ID';
2727
// const location = 'global';
28-
// const glossaryId = 'YOUR_GLOSSARY_ID';
28+
// const glossaryId = 'your-glossary-display-name';
2929

3030
// Imports the Google Cloud Translation library
3131
const {TranslationServiceClient} = require('@google-cloud/translate');

0 commit comments

Comments
 (0)