This is an automated email from the ASF dual-hosted git repository. erikrit pushed a commit to branch etr2460--fix-misspelling in repository https://gitbox.apache.org/repos/asf/superset.git
commit d72bd09816a20bb77640cd66fe20eb0bd726fd3b Author: Erik Ritter <[email protected]> AuthorDate: Sun Feb 14 11:14:15 2021 -0800 fix: misspelling Erik Ritter --- docs/src/resources/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/resources/data.js b/docs/src/resources/data.js index 7d3e9d6..28e7fdc 100644 --- a/docs/src/resources/data.js +++ b/docs/src/resources/data.js @@ -48,7 +48,7 @@ export const pmc = [ image: 'https://github.com/dpgaspar.png', }, { - name: 'Erik Ritker', + name: 'Erik Ritter', github: 'https://github.com/etr2460', image: 'https://github.com/etr2460.png', },
