Fix Wikipedia link

Summary:
The end of the Wikipedia link has a parenthesis, which was incorrectly used as end of markdown format for link.
Closes https://github.com/facebook/react-native/pull/9429

Differential Revision: D3722972

Pulled By: javache

fbshipit-source-id: af00f0291f00c6f2bf9bfeb7555fecd957cc6925
This commit is contained in:
Jonathan Chen 2016-08-16 09:52:16 -07:00 committed by Facebook Github Bot 9
parent 700574fe76
commit 7ca3764eae
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ $ sudo gem install cocoapods
<block class="objc" />
Assume the [app for integration](https://github.com/JoelMarcey/iOS-2048) is a [2048](https://en.wikipedia.org/wiki/2048_(video_game) game. Here is what the main menu of the native application looks like without React Native.
Assume the [app for integration](https://github.com/JoelMarcey/iOS-2048) is a [2048](https://en.wikipedia.org/wiki/2048_(video_game)) game. Here is what the main menu of the native application looks like without React Native.
<block class="swift" />