Skip to content

Commit 19ea338

Browse files
FLUT-959344: Check grammar for Flutter PDF viewer files
1 parent 54d22e1 commit 19ea338

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Flutter/pdf-viewer/open-a-document-from-url.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Open a Document From URL in Flutter PDF Viewer | Syncfusion
4-
description: Learn here about opening a PDF document from URL in Syncfusion® Flutter PDF Viewer widget (SfPdfViewer).
4+
description: Learn here about opening a PDF document from a URL in the Syncfusion® Flutter PDF Viewer widget (SfPdfViewer).
55
platform: flutter
66
control: SfPdfViewer
77
documentation: ug
@@ -35,7 +35,7 @@ N> Due to CORS security restrictions in a web application, some PDFs obtained fr
3535

3636
This issue can be resolved by configuring the CORS settings on the requested server or by disabling the security settings in **chrome.dart** as mentioned in the steps below:
3737

38-
Go to **flutter\bin\cache** and remove a file named: **flutter_tools.stamp**.
39-
Go to **flutter\packages\flutter_tools\lib\src\web** and open the file **chrome.dart**.
40-
Find **'--disable-extensions'**.
41-
Add **'--disable-web-security'**.
38+
1. Go to **flutter\bin\cache** and remove a file named: **flutter_tools.stamp**.
39+
2. Go to **flutter\packages\flutter_tools\lib\src\web** and open the file **chrome.dart**.
40+
3. Find **'--disable-extensions'**.
41+
4. Add **'--disable-web-security'**.

0 commit comments

Comments
 (0)