Skip to content

Commit 86deaf9

Browse files
committed
small type correction
1 parent a7e31d5 commit 86deaf9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ A collection of super-popular Interview questions, along with explanations and i
9292
- [Explain how `this` works in JavaScript](Javascript/this-keyword/this-keyword-2nd-example-GREAT-Example.md)
9393
- [more-on `this` keyword](Javascript/this-keyword/this-example-custom-Array-Prototype-method.md)
9494
- [more on `this` keyword](Javascript/this-keyword/this-keyword-simplest-catagories.md)
95-
- [more-on-this-keyword](Javascript/this-keyword/this-keyword-1.js)
95+
- [more-on-`this`-keyword](Javascript/this-keyword/this-keyword-1.js)
9696
- [Explain how prototypal inheritance works](Javascript/OOP-Prototypal-Inheritence/README.md)
9797
- [how-to-get-prototype-of-an-object](Javascript/OOP-Prototypal-Inheritence/how-to-get-prototype-of-an-object.md)
98-
- [Inheritence-OOP-Class-vs-Prototypes-Example](Javascript/OOP-Prototypal-Inheritence/Inheritence-OOP-Class-vs-Prototypes-Example-BEST.md)
99-
- [Inheritence-OOP-Class-vs-Prototypes-Theory](Javascript/OOP-Prototypal-Inheritence/Inheritence-OOP-Class-vs-Prototypes-Theory.md)
98+
- [Inheritance-OOP-Class-vs-Prototypes-Example](Javascript/OOP-Prototypal-Inheritence/Inheritence-OOP-Class-vs-Prototypes-Example-BEST.md)
99+
- [Inheritance-OOP-Class-vs-Prototypes-Theory](Javascript/OOP-Prototypal-Inheritence/Inheritence-OOP-Class-vs-Prototypes-Theory.md)
100100
- [Inheritence-with-classes-super-keyword-Exhaustive-Explanation](Javascript/OOP-Prototypal-Inheritence/Inheritence-with-classes-super-keyword-SIMPLEST-EXHAUSTIVE.md)
101101
- [OOP-Basics-1](Javascript/OOP-Prototypal-Inheritence/OOP-Basics-1.md)
102102
- [OOP-basics-2](Javascript/OOP-Prototypal-Inheritence/OOP-basics-2.md)
@@ -277,7 +277,7 @@ A collection of super-popular Interview questions, along with explanations and i
277277
- [HTTP-Status-Codes-Understanding-Express-res.status](Web-Development-In-General/HTTP-Status-Codes-Understanding-Express-res.status.md)
278278
- [More on HTTP-Status-Codes](Web-Development-In-General/HTTP-Status-Codes.md)
279279
- [http-vs-https](Web-Development-In-General/http-vs-https.md)
280-
- [minimmize-page-load-time](Web-Development-In-General/minimmize-page-load-time.md)
280+
- [minimize-page-load-time](Web-Development-In-General/minimmize-page-load-time.md)
281281
- [Postman-checking-protected-routes-from-backend](Web-Development-In-General/Postman-checking-protected-routes-from-backend.md)
282282
- [websocket-basics](Web-Development-In-General/websocket-basics.md
283283
- [What-happens-when-you-navigate-to-an-URL](Web-Development-In-General/What-happens-when-you-navigate-to-an-URL.md)
@@ -490,7 +490,7 @@ A collection of super-popular Interview questions, along with explanations and i
490490
- [BEM-Model](BEM-Model)
491491
- [box-Model](box-Model)
492492
- [flexbox](CSS/flexbox.md)
493-
- [flexbox-example-centerting-elements](CSS/flexbox-example-centerting-elements.md)
493+
- [flexbox-example-centering-elements](CSS/flexbox-example-centerting-elements.md)
494494
- [Grid-Layout](CSS/Grid-Layout.md)
495495
- [left-vs-margin-left](CSS/left-vs-margin-left.md)
496496
- [not-pseudo-class-selector](CSS/not-pseudo-class-selector.md)

0 commit comments

Comments
 (0)