From 353537daf600dbed5f6641867d206b364f191c95 Mon Sep 17 00:00:00 2001 From: Letu Ren Date: Mon, 10 Mar 2025 23:34:25 +0800 Subject: [PATCH] fix typo: take a look instead of talk a look --- pills/12-inputs-design-pattern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pills/12-inputs-design-pattern.md b/pills/12-inputs-design-pattern.md index 425264b..a4fac8b 100644 --- a/pills/12-inputs-design-pattern.md +++ b/pills/12-inputs-design-pattern.md @@ -230,7 +230,7 @@ If we wanted to build `graphviz` with a specific version of `gd`, it would suffi If we wanted to change the toolchain, we would simply pass a different `mkDerivation` function. -Let's talk a closer look at the snippet and dissect the syntax: +Let's take a closer look at the snippet and dissect the syntax: - The entire expression in `default.nix` returns an attribute set with the keys `hello`, `graphviz`, and `graphvizCore`.