You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixes typos in base docs
* fixes typos in example code
* fixes typos in website docs
* fixes link to Terraform provider
* fixes typo in function name
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ What does **unmaintained** mean?
116
116
1. Issues and pull requests are monitored as a best effort.
117
117
1. No active development will be performed by the Packer team.
118
118
119
-
If anyone form them community is interested in maintaining a community
119
+
If anyone from the community is interested in maintaining a community
120
120
supported plugin, please feel free to submit contributions via a pull-
121
121
request for review; reviews are generally prioritized over feature work
122
122
when possible. For a list of open plugin issues and pending feature requests see the [Packer Issue Tracker](https://github.com/hashicorp/packer/issues/).
Copy file name to clipboardExpand all lines: website/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ If your local development environment has a supported version (v10.0.0+) of [nod
58
58
59
59
...and then visit `http://localhost:3000`.
60
60
61
-
If you pull down new code from github, you should run `npm install` again. Otherwise, there's no need to re-run `npm install` each time the site is run, you can just run `npm start` to get it going.
61
+
If you pull down new code from GitHub, you should run `npm install` again. Otherwise, there's no need to re-run `npm install` each time the site is run, you can just run `npm start` to get it going.
62
62
63
63
<!-- END: local-development -->
64
64
@@ -96,7 +96,7 @@ There is currently a small bug with new page creation - if you create a new page
96
96
97
97
### Markdown Enhancements
98
98
99
-
There are several custom markdown plugins that are available by default that enhance [standard markdown](https://commonmark.org/) to fit our use cases. This set of plugins introduces a couple instances of custom syntax, and a couple specific pitfalls that are not present by default with markdown, detailed below:
99
+
There are several custom Markdown plugins that are available by default that enhance [standard markdown](https://commonmark.org/) to fit our use cases. This set of plugins introduces a couple instances of custom syntax, and a couple specific pitfalls that are not present by default with markdown, detailed below:
100
100
101
101
- If you see the symbols `~>`, `->`, `=>`, or `!>`, these represent [custom alerts](https://github.com/hashicorp/remark-plugins/tree/master/plugins/paragraph-custom-alerts#paragraph-custom-alerts). These render as colored boxes to draw the user's attention to some type of aside.
102
102
- If you see `@include '/some/path.mdx'`, this is a [markdown include](https://github.com/hashicorp/remark-plugins/tree/master/plugins/include-markdown#include-markdown-plugin). It's worth noting as well that all includes resolve from `website/content/partials` by default, and that changes to partials will not live-reload the website.
@@ -192,7 +192,7 @@ Now let's look at inline usage, here's an example:
And here's how it could be used in your markdown document:
195
+
And here's how it could be used in your Markdown document:
196
196
197
197
```mdx
198
198
### Some Enterprise Feature <EnterpriseAlertinline />
@@ -220,7 +220,7 @@ When using fenced code blocks, the recommendation is to tag the code block with
220
220
```
221
221
````
222
222
223
-
Check out the [supported languages list](https://prismjs.com/#supported-languages) for the syntax highlighter we use if you want to doublecheck the language name.
223
+
Check out the [supported languages list](https://prismjs.com/#supported-languages) for the syntax highlighter we use if you want to double-check the language name.
224
224
225
225
It is also worth noting specifically that if you are using a code block that is an example of a terminal command, the correct language tag is `shell-session`. For example:
226
226
@@ -565,6 +565,6 @@ We support the following browsers targeting roughly the versions specified.
565
565
566
566
## Deployment
567
567
568
-
This website is hosted on Vercel and configured to automatically deploy anytime you push code to the `stable-website` branch. Any time a pull request is submitted that changes files within the `website` folder, a deployment preview will appear in the github checks which can be used to validate the way docs changes will look live. Deployments from `stable-website` will look and behave the same way as deployment previews.
568
+
This website is hosted on Vercel and configured to automatically deploy anytime you push code to the `stable-website` branch. Any time a pull request is submitted that changes files within the `website` folder, a deployment preview will appear in the GitHub checks which can be used to validate the way docs changes will look live. Deployments from `stable-website` will look and behave the same way as deployment previews.
0 commit comments