Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

(MAINT) Fix typos #303

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quests/agent_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Open your `site.pp` manifest:
vim /etc/puppetlabs/code/environments/production/manifests/site.pp

Scroll past the comments and default node definition to the bottom of the file.
(In Vim, you can type `G` to jump the the bottom of a file) This is where
(In Vim, you can type `G` to jump the bottom of a file) This is where
you'll create a new node definition for the `agent.puppet.vm` system. The
outline of the node definition should look like this:

Expand Down
2 changes: 1 addition & 1 deletion quests/defined_resource_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Though a resource's title and namevar are distinct, the value you would assign
to a resource's namevar is generally an excellent candidate for an expressive
and unique title. For example, if the `path` of a file resource is
`/etc/hosts`, using that path as the resource title makes it immediately clear
what the the resource is managing. The common convention, then, is to use the
what the resource is managing. The common convention, then, is to use the
value of a resource's namevar as its title. To support this convention, a
resource's namevar defaults to the value of its title unless it is explicitly
set to a different value. This is why, for instance, you generally see the
Expand Down
2 changes: 1 addition & 1 deletion quests/hello_puppet.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ and control, the complexity can leave a new user wondering where to start.
By initially introducing Bolt, and now the Puppet agent and some of the
command line tools included in
the agent installation, there should be a balance between the
big-picture view of Puppet and the the bottom-up fundamentals. You'll begin to
big-picture view of Puppet and the bottom-up fundamentals. You'll begin to
understand the agent's role in the broader Puppet architecture, as well as the
details of how it interacts with the system where it's installed.

Expand Down
2 changes: 1 addition & 1 deletion quests/puppetfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ can store a value in the connected database and retrieve it.

## Review

In this quest, we introduced the the use of a Puppetfile to manage external
In this quest, we introduced the use of a Puppetfile to manage external
module dependencies.

After learning the basic syntax of the Puppetfile, you used the `puppet module
Expand Down