Skip to content

Commit

Permalink
Update reddit.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored May 18, 2024
1 parent cf75b6b commit fbe636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/reddit/reddit.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class RedditService {
private static readonly DEFAULT_PAGE = 't3_'

/**
* BehaviorSubject which houses the current safe mode setting.
* BehaviorSubject which houses the current safe mode settings.
*/
private readonly _safeMode$ = new BehaviorSubject<SafeMode>(SafeMode.ENABLED)

Expand Down

0 comments on commit fbe636f

Please sign in to comment.