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:
parent
700574fe76
commit
7ca3764eae
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue