Skip to content

Commit b912ab5

Browse files
committed
docs: adjust wording
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 7f2315c commit b912ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ruby/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ puts inlined
6969
# Outputs: "<html><head></head><body><h1 style=\"color:blue;\">Big Text</h1></body></html>"
7070
```
7171

72-
Note that `css-inline` automatically adds missing `html` and `body` tags to the output is a valid HTML document.
72+
Note that `css-inline` automatically adds missing `html` and `body` tags, so the output is a valid HTML document.
7373

7474
Alternatively, you can inline CSS into an HTML fragment, preserving the original structure:
7575

0 commit comments

Comments
 (0)