Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 951b817

Browse files
author
blaryjp
authored
Merge pull request #7 from ovh-ux/bugfix/browsersync-branding-name
docs(browsersync): use correct brand name.
2 parents 00b71e8 + 05b29c8 commit 951b817

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Full documentation is available [here](https://gulp-drupal-stack.readthedocs.io/
3030

3131
#### TODO
3232

33-
- BrowserSync live reload and style injection (should be OK, not tested)
33+
- Browsersync live reload and style injection (should be OK, not tested)
3434
- Images => Images optimization (to validate)
3535
- JS specs => JS tests using Karma
3636

docs/features/browser-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Create a connection between your desk and your website, using BrowserSync.
1+
Create a connection between your desk and your website, using Browsersync.
22

33
## Commands
44

lib/browser-sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = (gulp, config, tasks) => {
7070
function serve() {
7171
return browserSync.init(options);
7272
}
73-
serve.description = 'Create a local server using BrowserSync';
73+
serve.description = 'Create a local server using Browsersync';
7474
gulp.task('serve', serve);
7575
tasks.default.push('serve');
7676
};

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pages:
1010
- Webpack: features/webpack.md
1111
- Icons: features/icons.md
1212
- Drupal-Drush: features/drupal-drush.md
13-
- BrowserSync: features/browser-sync.md
13+
- Browsersync: features/browser-sync.md
1414
- Troubleshooting: troubleshooting.md
1515

1616
markdown_extensions:

0 commit comments

Comments
 (0)