mirror of
https://github.com/google/blockly.git
synced 2025-12-15 22:00:07 +01:00
docs: Fix a few typos (#6878)
There are small typos in: - closure/goog/base.js - demos/minimap/minimap.js - gulpfile.js - scripts/gulpfiles/build_tasks.js - scripts/gulpfiles/cleanup_tasks.js - scripts/gulpfiles/license_tasks.js Fixes: - Should read `prerequisites` rather than `prequisites`. - Should read `satisfies` rather than `satisifies`. - Should read `regenerates` rather than `regenrates`. - Should read `minimap` rather than `mimimap`. - Should read `diagnostic` rather than `disagnostic`. Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
@@ -198,7 +198,7 @@ Minimap.scaleMinimap = function() {
|
||||
var workspaceMetrics = Minimap.workspace.getMetrics();
|
||||
var minimapMetrics = Minimap.minimap.getMetrics();
|
||||
|
||||
// Scaling the mimimap such that all the blocks can be seen in the viewport.
|
||||
// Scaling the minimap such that all the blocks can be seen in the viewport.
|
||||
// This padding is default because this is how to scrollbar(in main workspace)
|
||||
// is implemented.
|
||||
var topPadding = (workspaceMetrics.viewHeight) * Minimap.minimap.scale /
|
||||
|
||||
Reference in New Issue
Block a user