Skip to content

Commit 9ae230d

Browse files
authored
Merge pull request #11 from dcharkes/patch-1
Fix typos in webcrypto.podspec
2 parents 401fcb0 + f334264 commit 9ae230d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/webcrypto.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Pod::Spec.new do |s|
1515
s.public_header_files = 'Classes/**/*.h'
1616
s.source_files = [
1717
'Classes/**/*',
18-
# Since we can't embed source from ../third_party/, we have create files
19-
# in ios/third_party/... that simply uses #include "../...", this is a hack!
18+
# Since we can't embed source from ../third_party/, we have created files
19+
# in ios/third_party/... which simply use #include "../...". This is a hack!
2020
'third_party/boringssl/**/*.{c,h}',
2121
'third_party/dart-sdk/**/*.{c,h}',
2222
]

0 commit comments

Comments
 (0)