Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Jul 27, 2023
1 parent 050c38e commit aa4a828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotator/integrations/test/html-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('HTMLIntegration', () => {

// Generate a dummy response for `guessMainContentArea`. This response
// 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
// on the body before calling `guessMainContentArea`.
Expand Down

0 comments on commit aa4a828

Please sign in to comment.