From 359463a1433a317debe09ce7be47d2dc832ce20c Mon Sep 17 00:00:00 2001 From: Vibhu Agarwal Date: Sun, 22 Sep 2019 04:23:00 +0530 Subject: [PATCH] misc: fixed typo in cheatsheet (#144) behaioral -> behavioral --- contents/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/cheatsheet.md b/contents/cheatsheet.md index 1948363a..201a95d2 100644 --- a/contents/cheatsheet.md +++ b/contents/cheatsheet.md @@ -21,7 +21,7 @@ This is a straight-to-the-point, distilled list of technical interview Do's and | ✅ | Request for the option to interview over Hangouts/Skype instead of a phone call; it is easier to send links or text across. | | ✅ | Decide on and be familiar with a programming language. | | ✅ | Familiarize yourself with the coding environment (CoderPad/CodePen). Set up the coding shortcuts, turn on autocompletion, tab spacing, etc. | -| ✅ | Prepare answers to the [frequently-asked behaioral questions](behavioral-questions.md) in an interview. | +| ✅ | Prepare answers to the [frequently-asked behavioral questions](behavioral-questions.md) in an interview. | | ✅ | Prepare some [questions to ask](questions-to-ask.md) at the end of the interview. | | ✅ | Dress comfortably. Usually you do not need to wear smart clothes, casual should be fine. T-shirts and jeans are acceptable at most places. | | ✅ | Stay calm and composed. |