Skip to content

Commit ea027bc

Browse files
jacobsormeCopilot
andauthored
Update src/core/render/embed.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent de7eae2 commit ea027bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/render/embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const cached = {};
1313
* @param {string} text - The input text that may contain embedded fragments.
1414
* @param {string} fragment - The fragment identifier to search for.
1515
* @param {boolean} fullLine - Boolean flag to enable full-line matching of fragment identifiers.
16-
* @returns {string} - The extracted and demented content, or an empty string if not found.
16+
* @returns {string} - The extracted and dedented content, or an empty string if not found.
1717
*/
1818
function extractFragmentContent(text, fragment, fullLine) {
1919
if (!fragment) {

0 commit comments

Comments
 (0)