diff --git a/src/data/roadmaps/typescript/content/constructor-overloading@oxzcYXxy2I7GI7nbvFYVa.md b/src/data/roadmaps/typescript/content/constructor-overloading@oxzcYXxy2I7GI7nbvFYVa.md index e290eafdc..749d30071 100644 --- a/src/data/roadmaps/typescript/content/constructor-overloading@oxzcYXxy2I7GI7nbvFYVa.md +++ b/src/data/roadmaps/typescript/content/constructor-overloading@oxzcYXxy2I7GI7nbvFYVa.md @@ -13,7 +13,7 @@ class Point { } ``` -Note that, similar to function overloading, we only have one implementation of the consructor and it's the only the signature that is overloaded. +Note that, similar to function overloading, we only have one implementation of the constructor and it's the only the signature that is overloaded. Learn more from the following resources: