File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Main (3.0.0.alpha)
104
104
2.0.4
105
105
=====
106
106
107
- * #149 Using HTML5 doctype accross all HTML files. [ @MikeRogers0 ] ( https://github.com/MikeRogers0 )
107
+ * #149 Using HTML5 doctype across all HTML files. [ @MikeRogers0 ] ( https://github.com/MikeRogers0 )
108
108
* #148 Fix overflow CSS property of panel elements. [ @cveneziani ] ( https://github.com/cveneziani )
109
109
110
110
2.0.3
@@ -175,7 +175,7 @@ Enhancements
175
175
Bug Fixes
176
176
---------
177
177
178
- - 926ff732 Remove redundany < 5.0 from rdoc dependency specification
178
+ - 926ff732 Remove redundancy < 5.0 from rdoc dependency specification
179
179
- db99e402 Remove code tags styling under pre elements
180
180
- a1d7e211 Follow up of #68
181
181
- bffc93ef Relax JSON dependency to ~ > 1.7, >= 1.7.7
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require 'rdoc/task' # ensure this file is also required in order to use `RDoc::T
41
41
42
42
RDoc ::Task .new do |rdoc |
43
43
rdoc.rdoc_dir = ' doc/rdoc' # name of output directory
44
- rdoc.options << ' --format=sdoc' # explictly set the sdoc generator
44
+ rdoc.options << ' --format=sdoc' # explicitly set the sdoc generator
45
45
rdoc.template = ' rails' # template used on api.rubyonrails.org
46
46
end
47
47
```
You can’t perform that action at this time.
0 commit comments