From 5734758f96cbbcc06ccf30e4faee8f34c8fec189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Mures=CC=A7an?= <17965058+paulmrsn@users.noreply.github.com> Date: Mon, 3 Oct 2022 00:23:08 +0100 Subject: [PATCH] contents: fix typo in choosing between companies (#302) Co-authored-by: Paul Muresan --- apps/portal/src/components/resumes/ResumeReviewsTitle.tsx | 4 +--- apps/website/contents/choosing-between-companies.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/portal/src/components/resumes/ResumeReviewsTitle.tsx b/apps/portal/src/components/resumes/ResumeReviewsTitle.tsx index 6dfa642b..13565a24 100644 --- a/apps/portal/src/components/resumes/ResumeReviewsTitle.tsx +++ b/apps/portal/src/components/resumes/ResumeReviewsTitle.tsx @@ -1,5 +1,3 @@ export default function ResumeReviewsTitle() { - return ( -

Resume Reviews {id}

- ); + return

Resume Reviews

; } diff --git a/apps/website/contents/choosing-between-companies.md b/apps/website/contents/choosing-between-companies.md index be0417b2..47801ad1 100644 --- a/apps/website/contents/choosing-between-companies.md +++ b/apps/website/contents/choosing-between-companies.md @@ -70,7 +70,7 @@ Since most readers are in tech roles, the tech culture of a company deserves spe 1. **CI and engineers pushing to prod** - Is there continuous integration or a way for engineers to deploy to production? 1. **Internal open source** - Can engineers access and contribute to code bases across the company? 1. **Healthy oncall as a priority** - Is the oncall load manageable? -1. **Technical managers** - Do the engineering managers possess technical background adn skills? +1. **Technical managers** - Do the engineering managers possess technical background and skills? 1. **Career ladder (when above 10 engineers)** - Are career ladders and expectations for each level well-defined? 1. **Parallel IC & manager tracks (when above 30 engineers)** - Can one rise up the career ladder as an IC? 1. **Feedback culture** - Is it the practice to give feedback to each other/the company?