Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
  • Loading branch information
IanMadd committed Oct 6, 2023
1 parent f1517f4 commit b6d7d66
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Vocab = Chef
BasedOnStyles = chef, Microsoft, vale, write-good

# Ignore SVG markup
TokenIgnores = (\*\*\{\w*\}\*\*)
TokenIgnores = (\*\*\{\w*\}\*\*), (Master License and Services Agreement)
2 changes: 1 addition & 1 deletion content/licensing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Licensing is available for non-profit, research, and academic organizations thro
### Chef EULA

The [Chef End User License Agreement (Chef EULA)](https://www.chef.io/end-user-license-agreement) or your commercial agreement with Progress Software Corporation
goverens the commercial distributions of Progress Chef products--such as Chef Infra Client, Chef Habitat, or Chef InSpec. You must accept these terms when using the distributions for the first time. For additional information on how to accept the license, see [Accepting the Chef License](accept) documentation.
governs the commercial distributions of Progress Chef products--such as Chef Infra Client, Chef Habitat, or Chef InSpec. You must accept these terms when using the distributions for the first time. For additional information on how to accept the license, see [Accepting the Chef License](accept) documentation.

### Chef MLSA

Expand Down
2 changes: 1 addition & 1 deletion content/licensing/accept.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ provisioner "chef" {

#### Vagrant

You can accept tjhe license with the arguments API:
You can accept the license with the arguments API:

```ruby
config.vm.provision 'chef_zero' do |chef|
Expand Down
2 changes: 1 addition & 1 deletion content/release_notes_local_license_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ The `/v1/syncAllLicenses` endpoint syncs the license data from the local License

#### /v1/uploadLicense

The `/v1/uploadLicense` endpoint uploads a license.
The `/v1/uploadLicense` endpoint uploads a license.
2 changes: 1 addition & 1 deletion content/release_notes_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ toc_layout = "release_notes_toc"
weight = 80
+++

Chef Manage provides a web-based user interface that manages Chef Infra nodes and other policy objects, such as data bags and roles, on the instance of Chef Infra Server that it is installed on.
Chef Manage provides a web-based user interface that manages Chef Infra nodes and other policy objects, such as data bags and roles, on the instance of Chef Infra Server that it's installed on.

Chef Manage is [deprecated](/versions/#deprecated) and users should plan to migrate to [Chef Automate](/automate/) as the replacement.

Expand Down
2 changes: 1 addition & 1 deletion tools/vale/.vale-github-action.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Vocab = Chef
BasedOnStyles = chef, Microsoft, vale, write-good

# Ignore SVG markup
TokenIgnores = (\*\*\{\w*\}\*\*)
TokenIgnores = (\*\*\{\w*\}\*\*), (Master License and Services Agreement)

0 comments on commit b6d7d66

Please sign in to comment.