From ec35fbd625b3f1602075ec52824e164465041037 Mon Sep 17 00:00:00 2001 From: Olivier Moindrot Date: Wed, 3 Mar 2021 11:36:36 +0100 Subject: [PATCH] Typo: add Svelte tutorial to the list (#2823) * Typo: add Svelte tutorial to the list * Fix link text and wording --- .../client-side_javascript_frameworks/main_features/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/main_features/index.html b/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/main_features/index.html index fb09f6bad3cd6bc..b9c2fcac7a5b39d 100644 --- a/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/main_features/index.html +++ b/files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/main_features/index.html @@ -298,10 +298,11 @@

Summary

  • React
  • Ember
  • Vue
  • +
  • Svelte
  • -

    Note: We only have three framework tutorial series available now, but we hope to have more available in the future.

    +

    Note: We have four framework tutorial series available now, and we hope to have more available in the future.

    {{PreviousMenuNext("Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Introduction","Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started", "Learn/Tools_and_testing/Client-side_JavaScript_frameworks")}}