From cf9acb50e5a2240e6bd2af994e5904cd0f73fd55 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Fri, 19 Jan 2024 11:19:53 -0700 Subject: [PATCH] docs: fix typos in extension readme (#2227) ## Description Small typo fix. ## Related Issue N/A ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --- src/extensions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/README.md b/src/extensions/README.md index 68a96a756a..aadacd333a 100644 --- a/src/extensions/README.md +++ b/src/extensions/README.md @@ -1 +1 @@ -This folder holds the source code for the extensions unitl the WASM extension support is added. Types should be stored in `/src/types/extensions/.go` and the extension code should be stored in `/src/extensions//*`. +This folder holds the source code for the extensions until WASM extension support is added. Types should be stored in `/src/types/extensions/.go` and the extension code should be stored in `/src/extensions//*`.