Skip to content

Commit

Permalink
Fix wrong service name in custom-service.md
Browse files Browse the repository at this point in the history
ehanahamed authored Jan 13, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 5cb4aae commit f01ed0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/config/custom-service.md
Original file line number Diff line number Diff line change
@@ -109,7 +109,7 @@ import Widget from 'resource:///com/github/Aylur/ags/widget.js';
import Brightness from './brightness.js';

const slider = Widget.Slider({
on_change: self => service.screen_value = self.value,
on_change: self => Brightness.screen_value = self.value,
value: Brightness.bind('screen-value'),
});

0 comments on commit f01ed0f

Please sign in to comment.