Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing spelling error of 'Design Patterns in Typescript' #1760

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YuvrajSingh808
Copy link

Spelling error at 2nd line in definition of Singleton design pattern.

The original line was:
A singleton is an object that can only be instantiated once. It is useful fo implementing a global object that can be accessed from anywhere in the application.

The proposed change is:
A singleton is an object that can only be instantiated once. It is useful for implementing a global object that can be accessed from anywhere in the application.

Spelling error at 2nd line in definition of Singleton design pattern.
@YuvrajSingh808 YuvrajSingh808 changed the title Update index.md Fixing spelling error of Design Patterns in Typescript'Update index.md Aug 20, 2024
@YuvrajSingh808 YuvrajSingh808 changed the title Fixing spelling error of Design Patterns in Typescript'Update index.md Fixing spelling error of 'Design Patterns in Typescript' Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant