Skip to content

Commit bbfc5a3

Browse files
Update provider-scopes.md
1 parent 73d2ae4 commit bbfc5a3

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>SINGLETON</code></td>
13+
<td><code>DEFAULT</code> (Singleton)</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)