From 44d2d12a2ce390e0bd10aeea9edccc3ef168481a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 29 May 2024 09:45:35 +0200 Subject: [PATCH] s/hub/workspace --- lib/kino/hub.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/kino/hub.ex b/lib/kino/hub.ex index f49192c2..449c76f0 100644 --- a/lib/kino/hub.ex +++ b/lib/kino/hub.ex @@ -20,9 +20,9 @@ defmodule Kino.Hub do Returns information about the running app. Note that `:started_by` information is only available for multi-session - apps when the app uses a Livebook Teams hub. + apps when the app uses a Livebook Teams workspace. - Unless called from withing an app deployment, returns `%{type: :none}`. + Unless called from within an app deployment, returns `%{type: :none}`. """ @spec app_info() :: app_info() def app_info() do @@ -39,7 +39,7 @@ defmodule Kino.Hub do Returns user information for the given connected client id. Note that this information is only available when the session uses - Livebook Teams hub, otherwise `:not_available` error is returned. + Livebook Teams workspace, otherwise `:not_available` error is returned. If there is no such connected client, `:not_found` error is returned. """