You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/08/28 00:12:11 UTC

[incubator-superset] branch update-docs-for-columns updated: spelling

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch update-docs-for-columns
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/update-docs-for-columns by this push:
     new 68253cb  spelling
68253cb is described below

commit 68253cbac518cbfb9bd89402af908250ff939cb0
Author: Hugh Miles <hm...@lyft.com>
AuthorDate: Mon Aug 27 17:12:00 2018 -0700

    spelling
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c8135e1..9c14bc7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -532,7 +532,7 @@ checkpoint.
 https://github.com/apache/incubator-superset/commit/6c25f549384d7c2fc288451222e50493a7b14104
 
 
-2. superset db migrate -m "this_will_be_in_the_magration_filename"
+2. superset db migrate -m "this_will_be_in_the_migration_filename"
 
 For our example we'll be running this command:
 ```