Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: docs/browser_view_resizer.md

Issue 2551513002: Fix spelling mistakes in //docs. (Closed)
Patch Set: Undo beng->being Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/audio_focus.md ('k') | docs/chrome_settings.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/browser_view_resizer.md
diff --git a/docs/browser_view_resizer.md b/docs/browser_view_resizer.md
index b30d20b59dd7b530068cb38831ed1256f36598ec..5c34df7089277b8e47d6cd5087f2b76ed2b5c7c7 100644
--- a/docs/browser_view_resizer.md
+++ b/docs/browser_view_resizer.md
@@ -92,7 +92,7 @@ resizing arrows when the mouse hovers over the resize widget area.
To make sure that the scroll bars (handled by `WebKit`) are not drawn on top of
the resizer widget (or vice versa), we need to properly implement the callback
-specifyinhg the rectangle covered by the resizer. This callback is implemented
+specifying the rectangle covered by the resizer. This callback is implemented
on the `RenderWidget` class that can delegate to a derive class via a new
virtual method which returns an empty rect on the base class. Via a series of
delegate interface calls, we eventually get back to the browser view which can
« no previous file with comments | « docs/audio_focus.md ('k') | docs/chrome_settings.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698