Skip to content

Commit d6c72fa

Browse files
committed
Merge branch 'docs-seven-many-corrections' of github.com:plone/volto into docs-seven-many-corrections
2 parents 6ee6b03 + f5f77d4 commit d6c72fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/blocks/editcomponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ As a feature, you can paste an internal URL (eg. the user copy the URL from the
298298
Returns the component widget with `mode` passed as argument.
299299

300300
The default mode for ObjectBrowserWidget is multiple.
301-
If you would like to use this widget with link or image mode as widget field for a specific field ID (for example), you could specify in in `index.js` as:
301+
If you would like to use this widget with link or image mode as widget field for a specific field ID (for example), you could specify it in `index.js` as:
302302

303303
```jsx
304304
export const widgets = {

docs/source/deploying/sentry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ const settings = {
113113
key: 'value',
114114
},
115115
integrations: [
116-
...defaultSettings.sentryOptions.integrations,
117-
// new MyAwesomeIntegration()
116+
...defaultSettings.sentryOptions.integrations,
117+
// new MyAwesomeIntegration()
118118
]
119119
}
120120
};

0 commit comments

Comments
 (0)