Skip to content

Commit 94ed3dd

Browse files
authored
Merge pull request #105449 from fullmetalfenix/patch-1
Typo fix when calling const
2 parents c4d51b4 + 395b24f commit 94ed3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/includes/v3-javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Extract text, selection marks, text styles, table structures, and bounding regio
220220
async function main() {
221221
const client = new DocumentAnalysisClient(endpoint, new AzureKeyCredential(key));
222222

223-
const poller = await client.beginAnalyzeDocumentFromUrl("prebuilt-layout", formUrlLayout);
223+
const poller = await client.beginAnalyzeDocumentFromUrl("prebuilt-layout", formUrl);
224224

225225
const {
226226
pages,

0 commit comments

Comments
 (0)