Skip to content

Commit b443932

Browse files
kmruizCopilot
andauthored
Update .github/copilot-instructions.md
Co-authored-by: Copilot <[email protected]>
1 parent 7bb8cf8 commit b443932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and MongoDB Atlas accounts. It is built using TypeScript, Node.js and the offici
3131
- Use classes for stateful components and functions for stateless pure logic.
3232
- Use dependency injection to provide dependencies between components.
3333
- Avoid using global variables as much as possible.
34-
- New functionalities MUST be under test.
34+
- New functionality MUST be under test.
3535
- Tools MUST HAVE integration tests.
3636
- Tools MUST HAVE unit tests.
3737
- Tools MAY HAVE accuracy tests.

0 commit comments

Comments
 (0)