Skip to content

Commit

Permalink
docs(core): update Nx tag line (#27481)
Browse files Browse the repository at this point in the history
Update tag line everywhere
  • Loading branch information
isaacplmann authored Aug 20, 2024
1 parent 7c45589 commit 0853690
Show file tree
Hide file tree
Showing 61 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

Create a new Nx workspace with

Expand Down
4 changes: 2 additions & 2 deletions nx-dev/feature-doc-viewer/src/lib/doc-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ export function DocViewer({
title={vm.title + ' | Nx'}
description={
vm.description ??
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.'
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.'
}
openGraph={{
url: 'https://nx.dev' + router.asPath,
title: vm.title,
description:
vm.description ??
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.',
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.',
images: [
{
url: `https://nx.dev/images/open-graph/${router.asPath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function PackageSchemaViewer({
seo: {
title: `${pkg.packageName}:${schema.name} | Nx`,
description:
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.',
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.',
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
.replace('/', '')
.replace(/\//gi, '-')}.jpg`,
Expand Down
4 changes: 2 additions & 2 deletions nx-dev/nx-dev/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ export default function CustomApp({
<>
<DefaultSeo
title="Nx: Smart Monorepos · Fast CI"
description="Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI."
description="Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution."
openGraph={{
url: 'https://nx.dev' + router.asPath,
title: 'Nx: Smart Monorepos · Fast CI',
description:
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.',
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.',
images: [
{
url: 'https://nx.dev/images/nx-media.jpg',
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Index(): JSX.Element {
url: 'https://nx.dev',
title: 'Nx: Smart Monorepos · Fast CI',
description:
'Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.',
'Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.',
images: [
{
url: 'https://nx.dev/socials/nx-media.png',
Expand Down
2 changes: 1 addition & 1 deletion packages-legacy/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/detox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/devkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/esbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/eslint-plugin-nx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/linter-nx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/linter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/nest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/nx-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/rollup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/storybook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages-legacy/workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
2 changes: 1 addition & 1 deletion packages/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).

Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# `> npx create-nx-plugin`

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

## What is It?

Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# `> npx create-nx-workspace`

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

## What is It?

Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/detox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package contains a set of utilities for creating Nx plugins.

Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild).

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is an ESLint plugin for Nx.

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

{{content}}
2 changes: 1 addition & 1 deletion packages/expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [Expo plugin for Nx](https://nx.dev/expo/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is an [Express plugin for Nx](https://nx.dev/express/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [Jest plugin for Nx](https://nx.dev/jest/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/nest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [Next.js plugin for Nx](https://nx.dev/next/overview).

Expand Down
2 changes: 1 addition & 1 deletion packages/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

{{content}}
2 changes: 1 addition & 1 deletion packages/nuxt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt).

Expand Down
2 changes: 1 addition & 1 deletion packages/nx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

# Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

{{content}}
Loading

0 comments on commit 0853690

Please sign in to comment.