Skip to content

Commit b71d260

Browse files
authored
docs: fix syntax
Add missing `)` to docs.
1 parent 5e9addc commit b71d260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ $env.config = ($env.config | upsert hooks {
192192
code: 'print $"changing directory from ($before) to ($after)"'
193193
}
194194
}
195-
}
195+
})
196196
```
197197

198198
## Examples

0 commit comments

Comments
 (0)