cube-js / cube

📊 Cube — Universal semantic layer platform for AI, BI, spreadsheets, and embedded analytics
https://cube.dev
Other
18.01k stars 1.78k forks source link

Fix a typo in a code snippet in the "Ultimate Guide" blog post #721

Closed igorlukanin closed 3 years ago

igorlukanin commented 4 years ago

Describe the bug

See the "Cube.js, the Open Source Dashboard Framework: Ultimate Guide" blog post. It has the following code snippet:

Screenshot 2020-06-12 at 21 24 58

The React app is created in the dashboard-frontend folder but the snippet suggests that a user should navigate to the cubejs-dashboard folder.

To Reproduce

Expected behavior

The snippet should contain the following command:

$ cd dashboard-frontend

Screenshots

Version:

Additional context

paveltiunov commented 4 years ago

@igorlukanin Hey Igor! Thanks for posting this! Nice catch!

igorlukanin commented 3 years ago

Fixed. Kudos to @hassankhan for reminding about this!