aboutsummaryrefslogtreecommitdiff
path: root/files/fr/learn/server-side/first_steps/web_frameworks
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2022-01-15 09:26:37 +0100
committerGitHub <noreply@github.com>2022-01-15 09:26:37 +0100
commit0eb5adccf61b847c71a799e8c0bb0346d73f9f9d (patch)
tree883d2edb00beb72adabf205d93d2670212df4a99 /files/fr/learn/server-side/first_steps/web_frameworks
parent78fadee3cb122d5843eff5e2d466473688cb9c77 (diff)
downloadtranslated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.tar.gz
translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.tar.bz2
translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.zip
Fixes #3389 (#3394)
* Replace asterisks mixup * 2nd pass
Diffstat (limited to 'files/fr/learn/server-side/first_steps/web_frameworks')
-rw-r--r--files/fr/learn/server-side/first_steps/web_frameworks/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/learn/server-side/first_steps/web_frameworks/index.md b/files/fr/learn/server-side/first_steps/web_frameworks/index.md
index 513602e1cb..c46e7f7ebf 100644
--- a/files/fr/learn/server-side/first_steps/web_frameworks/index.md
+++ b/files/fr/learn/server-side/first_steps/web_frameworks/index.md
@@ -245,7 +245,7 @@ Rails follows a very similar design philosophy to Django. Like Django it provide
There are of course many differences due to specific design decisions and the nature of the languages.
-Rails has been used for high profile sites, including:\*\* \*\*[Basecamp](https://basecamp.com/), [GitHub](https://github.com/), [Shopify](https://shopify.com/), [Airbnb](https://airbnb.com/), [Twitch](https://twitch.tv/), [SoundCloud](https://soundcloud.com/), [Hulu](https://hulu.com/), [Zendesk](https://zendesk.com/), [Square](https://square.com/), [Highrise](https://highrisehq.com/).
+Rails has been used for high profile sites, including: [Basecamp](https://basecamp.com/), [GitHub](https://github.com/), [Shopify](https://shopify.com/), [Airbnb](https://airbnb.com/), [Twitch](https://twitch.tv/), [SoundCloud](https://soundcloud.com/), [Hulu](https://hulu.com/), [Zendesk](https://zendesk.com/), [Square](https://square.com/), [Highrise](https://highrisehq.com/).
### Laravel (PHP)