Skip to content

Commit c24dee3

Browse files
authored
Merge pull request #52 from damianooldoni/patch-1
Correct typo
2 parents df009c7 + 87a483c commit c24dee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ target-blank:
113113
noreferrer: false
114114
```
115115

116-
__To exclude both `noopner` and `noreferrer` values:__
116+
__To exclude both `noopener` and `noreferrer` values:__
117117

118118
```yaml
119119
target-blank:

lib/jekyll-target-blank/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JekyllTargetBlank
4-
VERSION = "2.0.0"
4+
VERSION = "2.0.1"
55
end

0 commit comments

Comments
 (0)