Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 280f35b

Browse files
authored
Small grammar update
1 parent 1d114f9 commit 280f35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/frontend-dev-guide/tools/using_grunt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Where the following notation is used:
7777
- `<language>`: specified in the `code_subtag` format, for example `en_US`. Only one locale can be specified here. To debug the theme with another locale, create one more theme declaration, having specified another value for `language`.
7878
- `<path_to_file>`: path to the root source file, relative to the `app/design/frontend/<Vendor>/<theme>/web` directory. You need to specify all [root source files of the theme]({{ page.baseurl }}/frontend-dev-guide/css-topics/css-preprocess.html#css_preprocess_terms). If your theme [inherits] from a certain theme, and does not contain its own root source files, specify the root source files of the parent theme.
7979
80-
Once these all are set right you can run grunt to watch your changes.
80+
Once these are set correctly, run grunt to watch your changes.
8181
82-
- Run `grunt exec:<theme>` from the root directory to republish the symlinks
82+
- Run `grunt exec:<theme>` from the root directory to republish the symlinks.
8383
- Run `grunt watch:<theme>`, so that grunt will watch for each and every changes you make.
8484
8585
## Using custom Grunt configuration files

0 commit comments

Comments
 (0)