Skip to content

Commit

Permalink
docs: fix typo (#4086)
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Scholten <[email protected]>
  • Loading branch information
gbockus-sf and OscarScholten authored May 6, 2022
1 parent e243707 commit 2e7df98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_articles/en/apex/writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ You can execute [Anonymous Apex](https://developer.salesforce.com/docs/atlas.en-

![SFDX: Execute Anonymous Apex with Currently Selected Text](./images/apex_execute_selected.png)

It is common to keep Apex code in your project for executing certain tasks. By default, a new project has a folder `scripts/apex` that contains an example `hello.apex` file. It's recommneded that you use this folder to create your anonymous Apex files using the `.apex` file extension.
It is common to keep Apex code in your project for executing certain tasks. By default, a new project has a folder `scripts/apex` that contains an example `hello.apex` file. It's recommended that you use this folder to create your anonymous Apex files using the `.apex` file extension.

0 comments on commit 2e7df98

Please sign in to comment.