Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1636 from m-abramovich/fix_path_to_init_and_typos
Browse files Browse the repository at this point in the history
Fix of __init__py path in doc and two typos
  • Loading branch information
tmbo committed Jan 25, 2019
2 parents 029c8ff + bec0667 commit 796bdc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docker_walkthrough.rst
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ Start with creating the custom actions in a directory ``actions``:
mkdir actions
# Rasa Core SDK expects a python module.
# Therefore, make sure that you have this file in the direcotry.
touch __init__.py
# Therefore, make sure that you have this file in the directory.
touch actions/__init__.py
touch actions/actions.py
Then build a custom action using the Rasa Core SDK, e.g.:
Expand Down Expand Up @@ -600,7 +600,7 @@ dependencies, e.g.:

.. code-block:: docker
# Extend the offical Rasa Core SDK image
# Extend the official Rasa Core SDK image
FROM rasa/rasa_core_sdk:latest
# Add a custom system library (e.g. git)
Expand Down

0 comments on commit 796bdc9

Please sign in to comment.