diff options
Diffstat (limited to 'apps/weather_status/src/App.vue')
-rw-r--r-- | apps/weather_status/src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue index 600ebbc49ba..e8cab2272d6 100644 --- a/apps/weather_status/src/App.vue +++ b/apps/weather_status/src/App.vue @@ -253,7 +253,7 @@ export default { /** * The message displayed in the top right corner * - * @returns {String} + * @return {string} */ currentWeatherMessage() { if (this.loading) { |