From 3fe0afec39e5c0dc83872d0dd605fe72417e77cd Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Thu, 18 Dec 2025 17:49:15 -0800 Subject: [PATCH] Apply suggestions from @maria-robobug review Co-authored-by: Maria Shodunke --- docs/tutorials/javascript/compliance/verify-credential.md | 4 ++-- resources/contribute-documentation/_tutorial-template.md | 2 +- resources/contribute-documentation/tutorial-guidelines.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/javascript/compliance/verify-credential.md b/docs/tutorials/javascript/compliance/verify-credential.md index b5bea83651..2d140d2998 100644 --- a/docs/tutorials/javascript/compliance/verify-credential.md +++ b/docs/tutorials/javascript/compliance/verify-credential.md @@ -70,7 +70,7 @@ To get started, import the client library and instantiate an API client. You als Use the [ledger_entry method][] to request the credential, using the latest validated ledger version. The response includes the [Credential entry][] as it is stored in the ledger. -If the request fails with an `entryNotFound` error, then the specified credential doesn't exist in the ledger—maybe you got one of the values wrong or maybe the credential has been deleted. +If the request fails with an `entryNotFound` error, then the specified credential doesn't exist in the ledger. This could mean you got one of the values wrong or the credential has been deleted. {% tabs %} {% tab label="JavaScript" %} @@ -129,7 +129,7 @@ Now that you know how to use `xrpl.js` to verify credentials, you can try buildi - API methods: - [ledger_entry method][] - [ledger method][] - - Ledger entries + - Ledger entries: - [Credential entry][] {% raw-partial file="/docs/_snippets/common-links.md" /%} diff --git a/resources/contribute-documentation/_tutorial-template.md b/resources/contribute-documentation/_tutorial-template.md index 8adcff5cce..e09b706a24 100644 --- a/resources/contribute-documentation/_tutorial-template.md +++ b/resources/contribute-documentation/_tutorial-template.md @@ -35,7 +35,7 @@ You can find the complete source code for this tutorial's examples in the {% rep ## Steps -### 1️1. Install dependencies +### 1. Install dependencies {% tabs %} {% tab label="JavaScript" %} diff --git a/resources/contribute-documentation/tutorial-guidelines.md b/resources/contribute-documentation/tutorial-guidelines.md index 4dcf972483..5ea436288b 100644 --- a/resources/contribute-documentation/tutorial-guidelines.md +++ b/resources/contribute-documentation/tutorial-guidelines.md @@ -120,7 +120,7 @@ For example: - README.md ``` -This information is used to populate the [Code Samples](/resources/code-samples/) page. The outer readme's header is the title of the code sample on that page, and the first paragraph is the description. +This information is used to populate the [Code Samples](/resources/code-samples/) page. The outer README's header is the title of the code sample on that page, and the first paragraph is the description. ### Comments