diff options
author | 2023-03-02 16:47:13 -0500 | |
---|---|---|
committer | 2023-03-02 15:47:13 -0600 | |
commit | 4a18d27f978506dee04ec17c26b66cf50789ad5e (patch) | |
tree | d39c35f20e820eaf6377c10f6d8cdf92c5917688 | |
parent | e66847b36e36b7b672ad8faf455a98767bf5d162 (diff) | |
download | astro-4a18d27f978506dee04ec17c26b66cf50789ad5e.tar.gz astro-4a18d27f978506dee04ec17c26b66cf50789ad5e.tar.zst astro-4a18d27f978506dee04ec17c26b66cf50789ad5e.zip |
Fix marketing typo by just removing extra info (#6410)
-rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 506ef87fc..6b8edf605 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "Contribute to Astro CodeSpaces", + "name": "Contribute to Astro", "build": { "dockerfile": "Dockerfile" }, |