Skip to content

Commit

Permalink
chore: fix some typos (#1690)
Browse files Browse the repository at this point in the history
Signed-off-by: renshuncui <[email protected]>
  • Loading branch information
renshuncui authored Feb 25, 2025
1 parent 888bb41 commit 3fa3fcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in parent `iframe.onload`: `window.rapidContext = iframe.contentWindow.rapidCon
This example demonstrates:
* accessing Rapid context in a child iframe
* accessing Rapid subsystems, to read properties and call functions
* listenting to events emitted from Rapid systems
* listening to events emitted from Rapid systems
* parent and child url hashes being kept in sync

Live link: http://rapideditor.org/canary/examples/iframe/parent.html <br/>
Expand Down
2 changes: 1 addition & 1 deletion test/benchmark/bench_helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ cached.discarded = {};

window.d3 = Rapid.d3; // Remove this if we can avoid exporting all of d3.js
window.sdk = Rapid.sdk;
delete window.PointerEvent; // force the brower to use mouse events
delete window.PointerEvent; // force the browser to use mouse events
2 changes: 1 addition & 1 deletion test/browser/services/MapillaryService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('MapillaryService', () => {
fetchMock.removeRoutes().clearHistory();
_mapillary = new Rapid.MapillaryService(new MockContext());

// Mock function for retieving tile data.. The original expects a protobuffer vector tile.
// Mock function for retrieving tile data.. The original expects a protobuffer vector tile.
_mapillary._loadTileDataToCache = () => { };

return _mapillary.initAsync();
Expand Down

0 comments on commit 3fa3fcb

Please sign in to comment.