Skip to content

Commit dae20bf

Browse files
authored
Fix typo in Nushell features section (#2122)
Add missing "and" in sentence
1 parent 8796fae commit dae20bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/thinking_in_nu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ However, this also means that Nushell cannot currently support an `eval` constru
225225

226226
### Features Built on Static Parsing
227227

228-
On the other hand, the **_static_** results of Parsing are key to many features of Nushell its REPL, such as:
228+
On the other hand, the **_static_** results of Parsing are key to many features of Nushell and its REPL, such as:
229229

230230
- Accurate and expressive error messages
231231
- Semantic analysis for earlier and robust detection of error conditions

0 commit comments

Comments
 (0)