diff --git a/docs/api/reactivity-core.md b/docs/api/reactivity-core.md index f574631..7f9fe28 100644 --- a/docs/api/reactivity-core.md +++ b/docs/api/reactivity-core.md @@ -221,7 +221,7 @@ Maps each value in a table source to an object. local items = source {} :: () -> Array - local displays = values(numbers, function(item, i) + local displays = values(items, function(item, i) return ItemDisplay { Name = item.Name diff --git a/docs/index.md b/docs/index.md index 37e8083..e707309 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ layout: home hero: name: Vide text: "" - tagline: A declarative and reactive library for Luau. + tagline: A reactive UI library for Luau. image: src: /logo.svg alt: Vide @@ -19,6 +19,6 @@ hero: features: - title: In Development - details: Do not use for production + details: Not recommended for production. ---