You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ var rsp = new manager.UrlToPdf(new UrlToPdf {
117
117
}
118
118
});
119
119
```
120
-
That's just an example of adding a bunch of options. For more information on what each do you can take a look at our [docs](https://cloudlayer.io/docs) or look at the source code as it's heavily commented on what each property does and how to use it. It will also show up as intellisense info as you use the properties.
120
+
That's just an example of adding a bunch of options. For more information on what each option does you can take a look at our [docs](https://cloudlayer.io/docs) or look at the source code as it's heavily commented on what each property does and how to use it. It will also show up as intellisense info as you use the properties.
0 commit comments