diff options
| author | Guillaume Grossetie <ggrossetie@gmail.com> | 2022-08-22 20:47:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 12:47:27 -0600 |
| commit | d72fe54346aa6963ae835f48681fa1ed917fb3fe (patch) | |
| tree | 4896c6906efb3ee81aebde948580dd46767eb7c4 /docs/modules/api/pages/sourcemap.adoc | |
| parent | 81e3e772f1294f85a5be7d34d06e132494c44e5b (diff) | |
proofread documentation (PR #4336)
Diffstat (limited to 'docs/modules/api/pages/sourcemap.adoc')
| -rw-r--r-- | docs/modules/api/pages/sourcemap.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/api/pages/sourcemap.adoc b/docs/modules/api/pages/sourcemap.adoc index c65d494c..ed32891f 100644 --- a/docs/modules/api/pages/sourcemap.adoc +++ b/docs/modules/api/pages/sourcemap.adoc @@ -151,4 +151,4 @@ The lineno of the paragraph in the source location is now one greater than befor .... If you're writing a custom converter, the source location is not available for inline elements. -However, you can access the source location of the parent element (e.g., `node.parent.source_location`), which should at leasat get you close to the location of the element. +However, you can access the source location of the parent element (e.g., `node.parent.source_location`), which should at least get you close to the location of the element. |
