Skip to content

Commit 84127da

Browse files
committed
Fix typos in instructions
1 parent d6d235e commit 84127da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_InstructionSiteUpdates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ It is worth noting that we are using the `source` branch as the base for this re
5757
#### Environment
5858

5959
There is a pre-configured conda environment in `environment.yml`.
60-
To use it, `conda create env -f=./environment.yml`, then activate with `conda activate ohw-site`.
60+
To use it, `conda env create -f=./environment.yml`, then activate with `conda activate ohw-site`.
6161

6262
#### Commands
6363

@@ -219,4 +219,4 @@ While most pages follow the same structure in the repo, as they do on the websit
219219
- `_templates/` - A collection of Jinja2 templates to control page styling.
220220
- `_ext/` - Custom Sphinx extensions.
221221
- `ohw_team.py` - Sphinx extension to allow quick embedding of team member info.
222-
- `team.yaml` - Team member information.
222+
- `team.yaml` - Team member information.

0 commit comments

Comments
 (0)