Skip to content

Commit a4b865c

Browse files
authored
Fix typos in script comments (#41)
1 parent d6f5ca3 commit a4b865c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/detailer/detailer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const NUMBER_OF_EXECUTIONS = 100;
2323

2424
// Directory to grab images from to execute Detailer on instead of generating new ones.
2525
// This must be under the Pictures folder.
26-
const EXISTING_IMAGES_DIRECTORY = null // Exampe usage: "DrawThings/preDetailer"
26+
const EXISTING_IMAGES_DIRECTORY = null // Example usage: "DrawThings/preDetailer"
2727

2828
// The prompt to give to the detailer.
2929
// Leave null if you just want to take the prompt from the UI

scripts/sd-ultimate-upscale/sd-ultimate-upscale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//@api-1.0
22
//
33
// "Scripts" is a way to enhance Draw Things experience with custom JavaScript snippets. Over time,
4-
// we will enhance Scripts with more APIs and do neccessary modifications on the said APIs, but we
4+
// we will enhance Scripts with more APIs and do necessary modifications on the said APIs, but we
55
// will also keep the API stable. In particular, you can mark your script with a particular API
66
// version and it will make sure we use the proper API toolchain to execute the script even in
77
// the future some of the APIs changed.

0 commit comments

Comments
 (0)