From 1fe052e9da9e44bf9872db0d42218843a8e6d275 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 22 Apr 2025 14:42:00 +0200 Subject: [PATCH] docs: grammar improvement --- docs/user/getting_started/auto_updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/getting_started/auto_updates.md b/docs/user/getting_started/auto_updates.md index db6fd95f..ab85a04c 100644 --- a/docs/user/getting_started/auto_updates.md +++ b/docs/user/getting_started/auto_updates.md @@ -32,7 +32,7 @@ As shown, the default auto updates switches between different visualizations whe ``` ```` -As it can be seen from the above snippet, the update method changes the dock to a specific widget, in this case to a waveform widget. After selecting the device for the x axis, the y axis is retrieved from the list of monitored devices or from a user-specified `selected_device`. +As can be seen from the above snippet, the update method changes the dock to a specific widget, in this case to a waveform widget. After selecting the device for the x axis, the y axis is retrieved from the list of monitored devices or from a user-specified `selected_device`. The y axis can also be set by the user using the `selected_device` attribute: