Skip to content

Commit d9eedf5

Browse files
committed
Different article title
1 parent 95ecbae commit d9eedf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components_guide_web/controllers/react_typescript_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule ComponentsGuideWeb.ReactTypescriptController do
1212
"forms" => %{title: "Creating Forms in React"},
1313
"state-levels" => %{title: "Levels of State in React"},
1414
"reducer-patterns" => %{title: "React Reducer Patterns"},
15-
"form-reducers" => %{title: "Form Validation with React Reducers"},
15+
"form-reducers" => %{title: "Reduce form boilerplate with React reducers"},
1616
"zero-hook-dependencies" => %{title: "Zero Hook Dependencies"},
1717
"hooks-concurrent-world" => %{title: "React Hooks in a Concurrent World"},
1818
"logical-clocks" => %{title: "Logical Clocks in React"},

0 commit comments

Comments
 (0)