Skip to content

Commit 242686d

Browse files
authored
Merge pull request #367 from kianmeng/fix-typos
Fix typos in readme and changelog
2 parents e9bb867 + bea1843 commit 242686d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Main (3.0.0.alpha)
104104
2.0.4
105105
=====
106106

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)
108108
* #148 Fix overflow CSS property of panel elements. [@cveneziani](https://github.com/cveneziani)
109109

110110
2.0.3
@@ -175,7 +175,7 @@ Enhancements
175175
Bug Fixes
176176
---------
177177

178-
- 926ff732 Remove redundany < 5.0 from rdoc dependency specification
178+
- 926ff732 Remove redundancy < 5.0 from rdoc dependency specification
179179
- db99e402 Remove code tags styling under pre elements
180180
- a1d7e211 Follow up of #68
181181
- bffc93ef Relax JSON dependency to ~> 1.7, >= 1.7.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require 'rdoc/task' # ensure this file is also required in order to use `RDoc::T
4141

4242
RDoc::Task.new do |rdoc|
4343
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
4545
rdoc.template = 'rails' # template used on api.rubyonrails.org
4646
end
4747
```

0 commit comments

Comments
 (0)