Skip to content

Commit 7f2f2f9

Browse files
Update provider-scopes.md
1 parent bbfc5a3 commit 7f2f2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/provider-scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A provider can have any of the following scopes:
1010

1111
<table>
1212
<tr>
13-
<td><code>DEFAULT</code> (Singleton)</td>
13+
<td><code>DEFAULT</code></td>
1414
<td>A single instance of the provider is shared across the entire application. The instance lifetime is tied directly to the application lifecycle. Once the application has bootstrapped, all singleton providers have been instantiated. Singleton scope is used by default.</td>
1515
</tr>
1616
<tr>

0 commit comments

Comments
 (0)