Skip to content

Commit c99c943

Browse files
authored
Update configuration-reference.md
Fixed a couple of minor spelling errors.
1 parent 3796a91 commit c99c943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_cci2/configuration-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ working_directory | N | String | In which directory to run the steps.
103103
environment | N | Map | A map of environment variable names and values.
104104
{: class="table table-striped"}
105105

106-
<sup>(1)</sup> One executor type should be specified per job. If more than one is set you will recieve an error.
106+
<sup>(1)</sup> One executor type should be specified per job. If more than one is set you will receive an error.
107107

108108
Example:
109109

@@ -153,7 +153,7 @@ branches | N | Map | A map defining rules to allow/block execution of specific b
153153
resource_class | N | String | Amount of CPU and RAM allocated to each container in a job. **Note:** A paid account is required to access this feature. Customers on paid container-based plans can request access by [opening a support ticket](https://support.circleci.com/hc/en-us/requests/new).
154154
{: class="table table-striped"}
155155

156-
<sup>(1)</sup> One executor type should be specified per job. If more than one is set you will recieve an error.
156+
<sup>(1)</sup> One executor type should be specified per job. If more than one is set you will receive an error.
157157

158158
#### `environment`
159159
A map of environment variable names and values. These will override any environment variables you set in the CircleCI application.

0 commit comments

Comments
 (0)