We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d765e1 commit f704d75Copy full SHA for f704d75
markup/goldmark/internal/render/context.go
@@ -265,7 +265,7 @@ func (c *hookBase) PositionerSourceTarget() []byte {
265
}
266
267
// TextPlain returns a plain text representation of the given node.
268
-// This will resolve any lefover HTML entities. This will typically be
+// This will resolve any leftover HTML entities. This will typically be
269
// entities inserted by e.g. the typographer extension.
270
// Goldmark's Node.Text was deprecated in 1.7.8.
271
func TextPlain(n ast.Node, source []byte) string {
0 commit comments