Skip to content

Commit

Permalink
Merge pull request #10 from ehanahamed/main
Browse files Browse the repository at this point in the history
Typo in custom-service.md
  • Loading branch information
Aylur authored Jan 18, 2024
2 parents 57df344 + f01ed0f commit ea5cc21
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
Expand Up @@ -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'),
});

Expand Down

0 comments on commit ea5cc21

Please sign in to comment.