Skip to content

Commit b4cff16

Browse files
committed
docs(config): string types
1 parent 13b1441 commit b4cff16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/utils/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ export interface IonicConfig {
224224
/**
225225
* Configures the logging level for Ionic Framework:
226226
*
227-
* - `OFF`: No errors or warnings are logged.
228-
* - `WARN`: Logs errors and warnings.
229-
* - `ERROR`: Logs only errors.
227+
* - `'OFF'`: No errors or warnings are logged.
228+
* - `'WARN'`: Logs errors and warnings.
229+
* - `'ERROR'`: Logs only errors.
230230
*/
231231
logLevel?: LogLevel;
232232

0 commit comments

Comments
 (0)