Skip to content

Commit e1ba875

Browse files
author
chadcarlson
committed
Clean up docblock.
1 parent 287673b commit e1ba875

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/platformsh.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,16 @@ class Config {
148148
}
149149

150150
/**
151-
* TO BE DEPRECATED: Determines if the current environment is a Platform.sh Enterprise environment.
151+
* Determines if the current environment is a Platform.sh Dedicated environment.
152+
*
153+
* TO BE DEPRECATED
152154
*
153-
* The Platform.sh "Enterprise" will soon be referred to exclusively as "Dedicated". the `onEnterprise` method
154-
* remains available for now, but it will be removed in a future version of this library.
155+
* The Platform.sh "Enterprise" will soon be referred to exclusively as
156+
* "Dedicated". the `onEnterprise` method remains available for now, but it
157+
* will be removed in a future version of this library.
155158
*
156-
* It is recommended that you update your projects to use `onDedicated` as soon as possible.
159+
* It is recommended that you update your projects to use `onDedicated` as
160+
* soon as possible.
157161
*
158162
* @return {boolean}
159163
* True on an Dedicated environment, False otherwise.

0 commit comments

Comments
 (0)