Skip to content

Commit f13371d

Browse files
authored
Fix grammar and formatting in README.md
Corrected minor grammatical errors and formatting in the README.
1 parent 0206774 commit f13371d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Server-Side Components/Server Side/Record as Link/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Record as a Link Utility
22

3-
The **Record as a Link Utility** is a versatile tool designed to dynamically render records as clickable links in any HTML field. for any table. This utility allows you to choose specific fields to display, making it ideal for use cases such as notifications, generating PDFs, and more.
3+
The **Record as a Link Utility** is a versatile tool designed to dynamically render records as clickable links in any HTML field for any table. This utility allows you to choose specific fields to display, making it ideal for use cases such as notifications, generating PDFs, and more.
44

55
## Features
66

@@ -21,7 +21,7 @@ Use the utility as used given code and merge it with other html. example attache
2121

2222
## Example Usage for PDF Generation
2323

24-
```
24+
```javascript
2525
var recordToLinkUtil = new RecordToHTML("incident", "1c741bd70b2322007518478d83673af3",
2626
"incident: ${number}-${short_description}",true);
2727

@@ -38,6 +38,5 @@ var recordToLinkUtil = new RecordToHTML("incident", "1c741bd70b2322007518478d836
3838
fileName,
3939
''
4040
);
41-
4241
```
4342

0 commit comments

Comments
 (0)