@@ -70,7 +70,7 @@ interface ShowAndLogOptions {
7070 * telemetry event, and therefore may safely include sensitive information.
7171 * @param telemetryErrorType A safe string that identifies the error, to be included in the
7272 * telemetry event. If not provided, then no telemetry event will be sent.
73- * @param options See indivual fields on `ShowAndLogExceptionOptions` type.
73+ * @param options See individual fields on `ShowAndLogExceptionOptions` type.
7474 *
7575 * @return A promise that resolves to the selected item or undefined when being dismissed.
7676 */
@@ -94,7 +94,7 @@ export async function showAndLogExceptionWithTelemetry(
9494 * Show an error message and log it to the console
9595 *
9696 * @param message The message to show.
97- * @param options See indivual fields on `ShowAndLogOptions` type.
97+ * @param options See individual fields on `ShowAndLogOptions` type.
9898 *
9999 * @return A promise that resolves to the selected item or undefined when being dismissed.
100100 */
@@ -117,7 +117,7 @@ function dropLinesExceptInitial(message: string, n = 2) {
117117 * Show a warning message and log it to the console
118118 *
119119 * @param message The message to show.
120- * @param options See indivual fields on `ShowAndLogOptions` type.
120+ * @param options See individual fields on `ShowAndLogOptions` type.
121121 *
122122 * @return A promise that resolves to the selected item or undefined when being dismissed.
123123 */
@@ -132,7 +132,7 @@ export async function showAndLogWarningMessage(
132132 * Show an information message and log it to the console
133133 *
134134 * @param message The message to show.
135- * @param options See indivual fields on `ShowAndLogOptions` type.
135+ * @param options See individual fields on `ShowAndLogOptions` type.
136136 *
137137 * @return A promise that resolves to the selected item or undefined when being dismissed.
138138 */
0 commit comments