Fix typos in comment
This commit is contained in:
parent
246937a372
commit
2c48300daa
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ const resolveURL = function (url) {
|
||||||
return a.href
|
return a.href
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use this method to ensure value expected as string in the main process
|
// Use this method to ensure values expected as strings in the main process
|
||||||
// are convertible to string in the renderer process. This ensures exceptions
|
// are convertible to strings in the renderer process. This ensures exceptions
|
||||||
// converting values to string are thrown in this process.
|
// converting values to strings are thrown in this process.
|
||||||
const toString = (value) => {
|
const toString = (value) => {
|
||||||
return value != null ? `${value}` : value
|
return value != null ? `${value}` : value
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue