Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc1beb9

Browse files
committed
chore: fix some punctuations
1 parent 20869ca commit bc1beb9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

public/blogs/react-object-destructuring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function MyComponent(props: MyComponentProps): ReactElement {
8080
language="tsx"
8181
showLineNumbers={false}
8282
/>
83-
<C>Here are (13-5) reasons why</C>
83+
<C>Here's why</C>
8484

8585
<H2>Reason 1: Readability</H2>
8686
<C>

public/blogs/white-board-interviews.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: White Board Interviews
3-
seoTitle: White board interviews aren't about identifying the most skilled engineers but rather those who fit a specific mold. Most of these questions are nothing but a test of obedience, not intelligence nor problem-solving ability. It's essentially asking candidates, "How much bullshit are you willing to go through to get a shot at working for us?"
3+
seoTitle: How much bullshit are you willing to go through to 'maybe' get a shot at working for us?"
44
summary: Let's talk about it
55
isReleased: true
66
isSequel: false
@@ -29,7 +29,7 @@ These interviews aren't about assessing practical skills nor real-world problem-
2929

3030

3131
<C>
32-
Its not about identifying the most skilled engineers but rather those who fit a specific mold. Most of these so-called "whiteboard questions" are nothing but a test of obedience, not intelligence nor problem-solving ability. It's essentially asking candidates, "How much bullshit are you willing to go through to get a shot at working for us?"
32+
Its not about identifying the most skilled engineers but rather those who fit a specific mold. Most of these so-called "whiteboard questions" are nothing but a test of obedience, not intelligence nor problem-solving ability. It's essentially asking candidates, "How much bullshit are you willing to go through to maybe, just maybe get a shot at working for us?"
3333
</C>
3434

3535
<H2>Hi! We're The corporation You're "Eager" to work for</H2>

src/app/components/reusables/code/code-block.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,16 @@ import CopyButton from './copy-code';
343343

344344
// react-syntax-highlighter has no types
345345

346+
/* eslint-disable */
347+
// @ts-nocheck
348+
349+
// react-syntax-highlighter has no types
350+
351+
/* eslint-disable */
352+
// @ts-nocheck
353+
354+
// react-syntax-highlighter has no types
355+
346356
/* eslint-disable */
347357
// @ts-nocheck
348358
SyntaxHighlighter.registerLanguage('rust', rust);

0 commit comments

Comments
 (0)