Skip to content

Commit c669156

Browse files
authored
Docs: github-action.md: fix wording
1 parent 4dc5cb4 commit c669156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Dev Container Build and Run GitHub Action is aimed at making it easier to re-use [Dev Containers](https://containers.dev) in a GitHub workflow. The Action supports using a Dev Container to run commands for CI, testing, and more along with pre-building Dev Container image. Dev Container image building supports [Dev Container Features](https://containers.dev/implementors/features/#devcontainer-json-properties) and automatically places Dev Container [metadata on an image](https://containers.dev/implementors/spec/#image-metadata) label for simplified use.
44

5-
> **NOTE:** This Action cannot currently take advantage of [pre-built Codespaces](https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds). However, you can create or use pre-built container images are supported.
5+
> **NOTE:** This Action cannot currently take advantage of [pre-built Codespaces](https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds). However, you can create or use pre-built container images.
66
77
## Getting Started
88

0 commit comments

Comments
 (0)