Skip to content

Commit 71a8cfc

Browse files
authored
fix typo (#24574)
innocuous typo fix
1 parent e789348 commit 71a8cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/conda-environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "conda environment file",
3-
"description": "Support for conda's enviroment.yml files (e.g. `conda env export > environment.yml`)",
3+
"description": "Support for conda's environment.yml files (e.g. `conda env export > environment.yml`)",
44
"id": "https://raw.githubusercontent.com/Microsoft/vscode-python/main/schemas/conda-environment.json",
55
"$schema": "http://json-schema.org/draft-04/schema#",
66
"definitions": {

0 commit comments

Comments
 (0)