Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed May 22, 2024
1 parent 5b30a9f commit 977a030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment/autoDetectEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function loadEnvironmentExtensions(skip: boolean): Promise<void>

/**
* @param add - whether to add the default imports to the bundle
* @deprecated since 8.1.6. Use `addEnvironmentExtensions` instead
* @deprecated since 8.1.6. Use `loadEnvironmentExtensions` instead
*/
export async function autoDetectEnvironment(add: boolean): Promise<void>
{
Expand Down

0 comments on commit 977a030

Please sign in to comment.