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.
2 parents 635a78b + 2a226ed commit 8d45b94Copy full SHA for 8d45b94
README.md
@@ -31,7 +31,7 @@ Or install it yourself as:
31
32
$ gem install jekyll-redirect-from
33
34
-Once it's installed into your evironment, add it to your `_config.yml`:
+Once it's installed into your environment, add it to your `_config.yml`:
35
36
```yaml
37
plugins:
@@ -52,7 +52,7 @@ Then run `jekyll <cmd> --safe` like normal.
52
53
## Usage
54
55
-The object of this gem is to allow an author to specify multiple URLs for a
+The objective of this gem is to allow an author to specify multiple URLs for a
56
page, such that the alternative URLs redirect to the new Jekyll URL.
57
58
To use it, simply add the array to the YAML front-matter of your page or post:
0 commit comments