Skip to content

Commit

Permalink
Merge pull request #147 from amalyah/ASTRO-841-Fix-ag-Grid-capitaliza…
Browse files Browse the repository at this point in the history
…tion

Astro 841 fix ag-Grid capitalization
  • Loading branch information
micahjones13 committed Jun 18, 2021
2 parents 07b12b8 + 136fd81 commit fc6756a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/documentation/ag-grid-README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ag-Grid for Astro

For more complex tables, we recommend using either the community or enterprise tier of [ag-Grid](https://www.ag-grid.com/). While we cannot provide support for ag-Grid or its many features, we do provide light and dark variants of Astro in a theme file consumable by ag-grid.
For more complex tables, we recommend using either the community or enterprise tier of [ag-Grid](https://www.ag-grid.com/). While we cannot provide support for ag-Grid or its many features, we do provide light and dark variants of Astro in a theme file consumable by ag-Grid.

## Guidelines

Expand All @@ -12,4 +12,4 @@ We maintain a [separate repo for the ag-Grid Astro theme](https://github.com/Roc

* [Documentation](https://github.com/RocketCommunicationsInc/astro-ag-Grid/#astro-ag-grid-theme)
* [Astro Theme SASS files](https://github.com/RocketCommunicationsInc/astro-ag-Grid/tree/master/src/css)
* Working [example](https://astro-ag-grid-example.netlify.app/) of a complex table using the Astro theme
* Working [example](https://astro-ag-grid-example.netlify.app/) of a complex table using the Astro theme
2 changes: 1 addition & 1 deletion stories/rux-table.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const AGGrid = () => {
`;
};
AGGrid.story = {
name: 'ag-grid',
name: 'ag-Grid',
parameters: {
exports: {
render,
Expand Down

0 comments on commit fc6756a

Please sign in to comment.