Skip to content

Commit

Permalink
docs: Fix typo in singleton-services.md page (angular#32330)
Browse files Browse the repository at this point in the history
There is a typo in the first sentence of the singleton-service.md documentation page.
PR Close angular#32330
  • Loading branch information
gaborszekely authored and sabeersulaiman committed Sep 6, 2019
1 parent 4af9bbe commit 8d5fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/singleton-services.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Singleton services

A singleton service is a service for which only once instance exists in an app.
A singleton service is a service for which only one instance exists in an app.

For a sample app using the app-wide singleton service that this page describes, see the
<live-example name="ngmodules"></live-example> showcasing all the documented features of NgModules.
Expand Down

0 comments on commit 8d5fe92

Please sign in to comment.