Skip to content

Commit 3b091b8

Browse files
committed
maint(pat inject): Minor documentation fix.
1 parent 1ae64f1 commit 3b091b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/inject/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Like in CSS, the pseudo-element (a position) right before the content of the tar
143143
Can be used for `target` and combined with `::element`.
144144

145145
`::after`
146-
Like in CSS, the pseudo-element (a position) right before the content of the selected element. It can be used for the `target` and combined with `::element`.
146+
Like in CSS, the pseudo-element (a position) right after the content of the selected element. It can be used for the `target` and combined with `::element`.
147147

148148
Let's see these in action and combination:
149149

0 commit comments

Comments
 (0)