Skip to content

Commit 5496982

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Wojciech Przytuła <woj.przytula@gmail.com>
1 parent 2f15c34 commit 5496982

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ When converting existing code from JS to TS you can do it in 2 parts:
135135

136136
- Ensuring type safety within JS code,
137137
- Converting JS to TS.
138-
- Ensure empty `.npmignore` is present in the directory you just introduces the typescript file.
138+
- Ensure empty `.npmignore` is present in the directory you just introduced the typescript file in.
139139

140140
The repository is set up in a way that supports files at all 3 conversion steps (including fully unconverted files).
141141

docs/source/internal/on-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Some rambling on JS types
22

3-
JavaScript allows you to ignore calls to this library with arbitrary values as arguments.
3+
JavaScript allows calls to this library with arbitrary argument values.
44
In general using this driver API with values of types different than described in the documentation
55
(JS Docs) can be considered UB.
66

0 commit comments

Comments
 (0)