We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2315c commit b912ab5Copy full SHA for b912ab5
bindings/ruby/README.md
@@ -69,7 +69,7 @@ puts inlined
69
# Outputs: "<html><head></head><body><h1 style=\"color:blue;\">Big Text</h1></body></html>"
70
```
71
72
-Note that `css-inline` automatically adds missing `html` and `body` tags to the output is a valid HTML document.
+Note that `css-inline` automatically adds missing `html` and `body` tags, so the output is a valid HTML document.
73
74
Alternatively, you can inline CSS into an HTML fragment, preserving the original structure:
75
0 commit comments