Skip to content

Commit f22fccf

Browse files
committed
fix(nx): misc docs changes
1 parent b6efb0c commit f22fccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/fundamentals/develop-like-google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ For instance, with this configuration, when you import private client code from
210210

211211
Read more about this feature [here](../guides/monorepo-tags).
212212

213-
## Tools & Automation
213+
## Tools and Automation
214214

215215
In addition to implementing monorepo-style of development, Nx brings in another key element of Google dev culture--emphasis on tooling.
216216

docs/guides/misc-ngrx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ng g ngrx <FeatureName> --module="" [options]
4040

4141
Before you start generating your files, let's first review the schematic command options:
4242

43-
## `ngrx` Command Options
43+
## ngrx Command Options
4444

4545
- `name` : Specifies the name of the NgRx feature (required)
4646
- `module` : Specifies the parent directory for the NgRx folder (required)

0 commit comments

Comments
 (0)