diff --git a/.markdownlint.json b/.markdownlint.json index 0a15252..4104846 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,4 +1,3 @@ { - "MD024": false, - "MD051": false + "MD024": false } \ No newline at end of file diff --git a/Docs/TextTransform.md b/Docs/TextTransform.md index fb12ae7..cee9e25 100644 --- a/Docs/TextTransform.md +++ b/Docs/TextTransform.md @@ -31,7 +31,7 @@ Stores necessary style information as attributes on the returned `Frame`. `CreateFrameFromLabel(labelTemplate: TextLabel)` → `Frame` Creates a `Frame` from a `TextLabel` for easy manipulation of letters. -Intended to be used with [`InsertLetter`](#InsertLetter). +Intended to be used with [`InsertLetter`](#insertletter). #### Parameters