Skip to content

Commit 29a9803

Browse files
Fixed typo for "as needed" (#831)
Co-authored-by: Tess Ferrandez <[email protected]>
1 parent 150eed2 commit 29a9803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ENG-FUNDAMENTALS-CHECKLIST.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ More details on [continuous integration](continuous-integration/README.md) and [
3939

4040
## Security
4141

42-
- [ ] Access is only granted on an as needed bases
42+
- [ ] Access is only granted on an as-needed basis
4343
- [ ] Secrets are stored in secured locations and not checked in to code
4444
- [ ] Data is encrypted in transit (and if necessary at rest) and passwords are hashed
4545
- [ ] Is the system split into logical segments with separation of concerns? This helps limiting security vulnerabilities.

0 commit comments

Comments
 (0)