Skip to content

Commit ae4d3c2

Browse files
authored
Update README.md
1 parent b5995f5 commit ae4d3c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ xcodebuild build -sdk iphoneos -scheme SDWebImage -configuration Release -destin
4343

4444
After building, you will found something like `SDWebImage.doccarchive` in the build log (actually, the `BUILD_DIR` under Xcode DerivedData path)
4545

46-
Copy the folling folder to this repo:
46+
Copy the following folder to this repo:
4747

4848
```
4949
cp -R SDWebImage.doccarchive/documentation/sdwebimage GitHub/sdwebimage.github.io/documentation/sdwebimage
@@ -60,7 +60,7 @@ Launch the simple HTTP Server locally and see on Chrome/Safari browser.
6060
python3 -m http.server
6161
```
6262

63-
Then use broswer to open `localhost:8000`
63+
Then use browser to open `localhost:8000`
6464

6565
#### TODO
6666

@@ -72,7 +72,7 @@ See related feature request here: [Support DocC references to symbols defined in
7272

7373
2. SwiftDocC does not support cross-module reference symbol, unlike Apple's own documentation, like reference `Foundation.Data` symbol from `UIKit.UIImage`
7474

75-
I check the generate js files, though we can merge the final `index.json` in to the large one. However, the `data/${module}.json` contains only the symbol USR for current module, when DocC generate for current module, it does not keep the outter symbol USR, so it can not refernce from each other.
75+
I check the generated js files, though we can merge the final `index.json` in to the large one. However, the `data/${module}.json` contains only the symbol USR for current module, when DocC generate for current module, it does not keep the outer symbol USR, so it can not reference from each other.
7676

7777
Anyway, jazzy does not support this feature as well. Hoping for future support.
7878

0 commit comments

Comments
 (0)