Skip to content

Commit

Permalink
typo fix, updated package.json make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Jun 11, 2019
1 parent 0a61e5c commit 7e6da9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "git+https://github.com/dfee/rbx.git"
},
"scripts": {
"build": "make build",
"docs:build": "make docs_build",
"docs": "make docs_dev",
"build": "make",
"docs:build": "make docs",
"docs": "make docs-dev",
"lint": "make lint",
"test": "make test"
},
Expand Down
2 changes: 1 addition & 1 deletion src/base/__docs__/generic.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Here is an example of rendering as a `<Notification>` component, and passing thr
<Title as="h5" size={5}>Responsive Object & LimitedResponsive Object</Title>
<div>
<p>
The <strong>Rsponsive Object</strong> has the following structure:
The <strong>Responsive Object</strong> has the following structure:
</p>
<pre
children={JSON.stringify(
Expand Down

0 comments on commit 7e6da9d

Please sign in to comment.