Skip to content

Commit 7d946f9

Browse files
Change method and string format
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent 9faff77 commit 7d946f9

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
@@ -137,7 +137,7 @@ export class AppService {
137137
}
138138
```
139139

140-
In the example above when `AppService.getRoot` is called, `'AppService: My name is getRoot'` will be logged to the console.
140+
In the example above when `AppService#getRoot` is called, `"AppService: My name is getRoot"` will be logged to the console.
141141

142142
#### Performance
143143

0 commit comments

Comments
 (0)