From 5a5ff3951b2a4e1941c677a16da327b5cc34bdc2 Mon Sep 17 00:00:00 2001 From: Rob Barreca Date: Sat, 14 Oct 2023 15:22:28 -1000 Subject: [PATCH] Fix wieght typo --- .../text_field_component_preview/with_connected_fields.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/app/previews/text_field_component_preview/with_connected_fields.html.erb b/demo/app/previews/text_field_component_preview/with_connected_fields.html.erb index 65f34696..94e69b31 100644 --- a/demo/app/previews/text_field_component_preview/with_connected_fields.html.erb +++ b/demo/app/previews/text_field_component_preview/with_connected_fields.html.erb @@ -1,5 +1,5 @@ <%= polaris_text_field( - name: :wieght, + name: :weight, value: "10.6", type: :number, ) do |c| %>