From 4631882dcc1d7287a57b5e3382015072a71ec82c Mon Sep 17 00:00:00 2001 From: Bryce Kalow Date: Fri, 17 Oct 2025 11:37:58 -0500 Subject: [PATCH] Fix typo --- engineering/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engineering/introduction.mdx b/engineering/introduction.mdx index d208dcd..89b2e24 100644 --- a/engineering/introduction.mdx +++ b/engineering/introduction.mdx @@ -16,7 +16,7 @@ Welcome to the engineering team at Polar! This handbook covers our engineering p ### Development Workflow 1. **Planning**: Features planned in Linear 2. **Development**: Feature branches, regular commits, AI-assisted coding -3. **Review**: Rewview design docs and critical pull requests +3. **Review**: Review design docs and critical pull requests 4. **Testing**: Automated tests + manual QA 5. **Deployment**: A CI and CD pipeline for automated deployment.