Skip to content

Commit

Permalink
fix some lil bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmaxwellhyland committed Jan 29, 2024
1 parent ea767bf commit 4521598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ApiReviewExamples/Examples/MacroRandomizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ From there, the actual image is retrieved through the `obj.primaryImageSmall` pr
#### shibe.online
The [shibe.online API](https://shibe.online/) is thankfully much simpler. This is the same API used in the [Dog Fetcher](../../ApiConsumption/DogFetcherCodeAlong.md) activity.

The URL looks like this: [https://shibe.online/api/shibes?count=1](`https://shibe.online/api/shibes?count=1)
The URL looks like this: [https://shibe.online/api/shibes?count=1](https://shibe.online/api/shibes?count=1)

The JSON response looks like this:

Expand Down
2 changes: 1 addition & 1 deletion Objects/ObjectActivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let results = [
emailAddress: '[email protected]',
}
}
]
];
```

## Questions
Expand Down

0 comments on commit 4521598

Please sign in to comment.