Skip to content

Commit

Permalink
fix(misc): remove unescaped asterisks on library-types doc (#12759)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhoyer committed Oct 26, 2022
1 parent e1e188c commit 91e9726
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/shared/workspace/library-types.md
Expand Up @@ -28,7 +28,7 @@ A feature library contains a set of files that configure a business use case or

**Naming Convention**

`feature` (if nested) or `feature-\*` (e.g., `feature-home`).
`feature` (if nested) or `feature-*` (e.g., `feature-home`).

**Dependency Constraints**

Expand All @@ -55,7 +55,7 @@ A UI library is a collection of related presentational components. There are gen

**Naming Convention**

`ui` (if nested) or `ui-\*` (e.g., `ui-buttons`)
`ui` (if nested) or `ui-*` (e.g., `ui-buttons`)

**Dependency Constraints**

Expand All @@ -73,7 +73,7 @@ All files related to state management also reside in a `data-access` folder (by

**Naming Convention**

`data-access` (if nested) or `data-access-\*` (e.g. `data-access-seatmap`)
`data-access` (if nested) or `data-access-*` (e.g. `data-access-seatmap`)

**Dependency Constraints**

Expand All @@ -89,7 +89,7 @@ A utility library contains low level code used by many libraries. Often there is

**Naming Convention**

`util` (if nested), or `util-\*` (e.g., `util-testing`)
`util` (if nested), or `util-*` (e.g., `util-testing`)

**Dependency Constraints**

Expand Down

1 comment on commit 91e9726

@vercel
Copy link

@vercel vercel bot commented on 91e9726 Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.