We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a536d4 commit 48b3b32Copy full SHA for 48b3b32
README.md
@@ -52,7 +52,7 @@ doc.bookmarks.each_pair do |bookmark_name, bookmark_object|
52
end
53
```
54
55
-Don't have a local file but a buffer? Docx handles those to:
+Don't have a local file but a buffer? Docx handles those too:
56
57
```ruby
58
require 'docx'
@@ -261,3 +261,4 @@ The following is a list of attributes and what they control within the style.
261
* Default formatting of inserted elements to inherited values
262
* Implement formattable elements.
263
* Easier multi-line text insertion at a single bookmark (inserting paragraph nodes after the one containing the bookmark)
264
+
0 commit comments