Skip to content

Commit e2e0b4d

Browse files
committed
Merge pull request #859 from jbampton/fix-spelling
docs: fix spelling
1 parent c8c66d2 commit e2e0b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/dash-table/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ reset the filter for the affected column(s)
328328
`'fe'` is now `'native'`, `'be'` is now `'custom'`, and `false` is now '`none'`
329329
- `column_static_dropdown`
330330
Renamed to `dropdown`.
331-
Now an object with each entry refering to a Column ID. Each nested prop expects.
331+
Now an object with each entry referring to a Column ID. Each nested prop expects.
332332
`clearable` and `options`.
333333
- `column_conditional_dropdowns`
334334
Renamed to `dropdown_conditional`.

packages/dash-table/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use to verify the frontend functionality of the table during development or init
2727
2. Visit [http://localhost:8080/](http://localhost:8080/)
2828
### Local Server Review Apps
2929
Use the review apps to verify callback functionality (note these examples are written in Python: the end-user syntax). This will run `index.py` found in the root of the directory and run the examples found in: `/tests/dash/`. To add more examples create a `.py` file in the `/tests/dash/` directory prepended with `app_` ie: `app_your_example.py`. This example will automatically get added to the example index page.
30-
1. We recommend creating a virtual enviornment to install the requirements and run the examples. Create a virtual env with `virtualenv venv` and run with: `source venv/bin/activate`.
30+
1. We recommend creating a virtual environment to install the requirements and run the examples. Create a virtual env with `virtualenv venv` and run with: `source venv/bin/activate`.
3131
2. Run `pip install -r requirements.txt` from the root of the directory to install the requirements.
3232
3. From the root of the directory run `gunicorn index:server`
3333
4. Visit [http://127.0.0.1:8000](http://localhost:8000)

0 commit comments

Comments
 (0)