docs: fix return typing of ses.getExtension (#39697)

This commit is contained in:
David Sanders 2023-08-30 18:10:32 -07:00 committed by GitHub
parent ac031bf8de
commit 7858921a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1491,7 +1491,7 @@ is emitted.
* `extensionId` string - ID of extension to query
Returns `Extension` | `null` - The loaded extension with the given ID.
Returns `Extension | null` - The loaded extension with the given ID.
**Note:** This API cannot be called before the `ready` event of the `app` module
is emitted.