File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ recording.mp4
1010
1111
1212# SwiftLint Remote Config Cache
13- .swiftlint /RemoteConfigCache
13+ .swiftlint /RemoteConfigCache
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ deployment_target:
33 macOS_deployment_target : ' 13'
44excluded :
55 - .build
6- - node_modules
6+ - node_modules
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ Accepts all [video](#video-recording-options) and [audio](#audio-recording-optio
237237
238238Type: ` string `
239239
240- The id of the screen to record.
240+ The identifier of the screen to record.
241241
242242Should be one of the ` id ` 's from ` screens() ` .
243243
You can’t perform that action at this time.
0 commit comments