summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-10-16 23:11:24 -0700
committerTim Smith <tsmith84@gmail.com>2021-10-16 23:11:24 -0700
commite9a1312555b5da69fc79f6ed36d2b48420dacbc5 (patch)
tree63e0e8ccc4ca82ba951b49fa2c75c4fbb61c30a4
parentf9cecf7ff5678a5155c3f906c29333d049e66005 (diff)
downloadmixlib-config-e9a1312555b5da69fc79f6ed36d2b48420dacbc5.tar.gz
Fix spelling mistake and http -> https URL
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
index 921a5f0..196da2e 100644
--- a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
+++ b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
@@ -5,7 +5,7 @@ about: If you have a question 💬, please check out our Slack!
We use GitHub issues to track bugs and feature requests. If you need help please post to our Mailing List or join the Chef Community Slack.
- * Chef Community Slack at http://community-slack.chef.io/.
+ * Chef Community Slack at https://community-slack.chef.io/.
* Chef Mailing List https://discourse.chef.io/
Support issues opened here will be closed and redirected to Slack or Discourse.
diff --git a/README.md b/README.md
index 171b70c..5b75ac7 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@ you can define a `context_config_list` like so:
end
```
-With this definition everytime the `apple` is called within the config file it
+With this definition every time the `apple` is called within the config file it
will create a new item that can be configured with a block like so:
```ruby