Skip to content

Commit

Permalink
docs: fix typos in extension readme (#2227)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
mjnagel authored Jan 19, 2024
1 parent 0866000 commit cf9acb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/README.md
Original file line number Diff line number Diff line change
@@ -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/<name>.go` and the extension code should be stored in `/src/extensions/<name>/*`.
This folder holds the source code for the extensions until WASM extension support is added. Types should be stored in `/src/types/extensions/<name>.go` and the extension code should be stored in `/src/extensions/<name>/*`.

0 comments on commit cf9acb5

Please sign in to comment.