Skip to content

Commit 9b24619

Browse files
committed
PR feedback
1 parent 3b8ee06 commit 9b24619

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ recording.mp4
1010

1111

1212
# SwiftLint Remote Config Cache
13-
.swiftlint/RemoteConfigCache
13+
.swiftlint/RemoteConfigCache

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ deployment_target:
33
macOS_deployment_target: '13'
44
excluded:
55
- .build
6-
- node_modules
6+
- node_modules

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
"repository": "wulkano/aperture-node",
77
"type": "module",
88
"exports": {
9-
".": {
10-
"types": "./index.d.ts",
11-
"default": "./index.js"
12-
}
9+
"types": "./index.d.ts",
10+
"default": "./index.js"
1311
},
1412
"sideEffects": false,
1513
"engines": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Accepts all [video](#video-recording-options) and [audio](#audio-recording-optio
237237

238238
Type: `string`
239239

240-
The id of the screen to record.
240+
The identifier of the screen to record.
241241

242242
Should be one of the `id`'s from `screens()`.
243243

0 commit comments

Comments
 (0)