Skip to content

Commit e1ec0d7

Browse files
committed
Further fix code samples descriptions
1 parent 332789a commit e1ec0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

@theme/plugins/code-samples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function codeSamples() {
2828
samples.push({
2929
path: dirPath,
3030
title: title || toTitleCase(dirname(dirPath)),
31-
description: getInnerText([data.ast.children[1]]).replace(title, '').trim(),
31+
description: getInnerText([data.ast.children[1]]).trim(),
3232
href: joinPath('content', dirPath),
3333
langs,
3434
});
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Build a Browser Wallet
22

3-
Implement a non-custodial wallet application that runs on in a web browser and can check an account's balances, send XRP, and notify when the account receives incoming transactions.
3+
Implement a non-custodial wallet application that runs in a web browser and can check an account's balances, send XRP, and notify when the account receives incoming transactions.

0 commit comments

Comments
 (0)