Commit aa4a8285 authored by Robert Knight's avatar Robert Knight

Correct a typo

parent 050c38e1
...@@ -88,7 +88,7 @@ describe('HTMLIntegration', () => { ...@@ -88,7 +88,7 @@ describe('HTMLIntegration', () => {
// Generate a dummy response for `guessMainContentArea`. This response // Generate a dummy response for `guessMainContentArea`. This response
// is what would be returned when the content fills the full width of the // is what would be returned when the content fills the full width of the
// viewport, mins space for an open sidebar and some padding. // viewport, minus space for an open sidebar and some padding.
// //
// The sidebar space is included because `fitSideBySide` adjusts the margins // The sidebar space is included because `fitSideBySide` adjusts the margins
// on the body before calling `guessMainContentArea`. // on the body before calling `guessMainContentArea`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment