Skip to content

Commit e5bb712

Browse files
authored
Update quick-start.mdx (#308)
Fix typo on pod file
1 parent aec128e commit e5bb712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/docs/getting-started/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Here you can read more about [Android Native Styling](/docs/guides/android-nativ
110110
To enable static linking for iOS, Open the `./ios/Podfile` file and add the following:
111111

112112
```ruby
113-
use_frameworks!, :linkage => :static
113+
use_frameworks! :linkage => :static
114114
```
115115

116116

0 commit comments

Comments
 (0)