From 90b89d9091869e109c8e834be1b0f62ed40c43b0 Mon Sep 17 00:00:00 2001 From: carzh Date: Tue, 8 Aug 2023 13:32:05 -0700 Subject: [PATCH] fixed typo --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 28d46b6e780ee..5dc544e5c5cc5 100644 --- a/js/script.js +++ b/js/script.js @@ -641,7 +641,7 @@ var ot_validCombos = { "ot_ios,ot_on_device,ot_c,ot_X64,ot_CPU": "Add 'onnxruntime-training-c' or 'onnxruntime-training-objc' using CocoaPods and refer to the mobile deployment guide", - "ot_ios,ot_on_device,ot_plusplus,ot_X64,ot_CPU": + "ot_ios,ot_on_device,ot_cplusplus,ot_X64,ot_CPU": "Add 'onnxruntime-training-c' or 'onnxruntime-training-objc' using CocoaPods and refer to the mobile deployment guide", };