Nuxt/examples
Sean 73d1b9d846 fix: correct typo in "Auth External API" example (#3919)
<!--- Provide a general summary of your changes in the title above -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)


## Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #1337" -->

Corrected `crendentials` to `credentials` in the ["Auth External API" example](https://github.com/nuxt/nuxt.js/tree/dev/examples/auth-jwt). Text-only change.

## Checklist:
<!--- Put an `x` in all the boxes that apply. -->
<!--- If your change requires a documentation PR, please link it appropriately -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [ ] I have added tests to cover my changes (if not applicable, please state why)
- [x] All new and existing tests passed.
2018-09-20 10:15:16 +01:00
..
async-component-injection feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
async-data eslint: Prefer const over let (#3650) 2018-08-08 12:54:05 +02:00
auth-jwt fix: correct typo in "Auth External API" example (#3919) 2018-09-20 10:15:16 +01:00
auth-routes feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
axios feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
cached-components refactor: use eslint-plugin-vue instead of eslint-plugin-html (#3517) 2018-07-12 14:03:50 +02:00
coffeescript feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
custom-build feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
custom-layouts examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
custom-loading examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
custom-page-loading examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
custom-port-host examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
custom-routes examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
custom-server examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
dynamic-components examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
dynamic-layouts examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
global-css examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
hello-world examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
i18n examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
jsx examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
layout-transitions examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
markdownit examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
meta-info examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
middleware examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
nested-components examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
nested-routes examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
no-ssr examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
plugins-vendor refactor: always use process.client instead of process.browser (#3910) 2018-09-19 13:30:23 +04:30
routes-meta examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
routes-transitions examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
scroll-behavior examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
spa examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
static-images examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
storybook feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
style-resources examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
tailwindcss examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
typescript examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
uikit examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
vue-apollo examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
vue-chartjs examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
vue-class-component feat: upgrade to Babel 7 (#3667) 2018-08-10 14:45:58 +01:00
vuex-persistedstate examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
vuex-store examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
vuex-store-modules examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
web-worker refactor: always use process.client instead of process.browser (#3910) 2018-09-19 13:30:23 +04:30
with-amp fix: ByLine component props error fixed and other some errors fixed in with-amp example (#3871) 2018-09-18 17:34:01 +02:00
with-ava examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-buefy examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-cookies examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-element-ui examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-feathers examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-firebase examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-keep-alive examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-museui examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-purgecss examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-sockets examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-tape examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-vue-material examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00
with-vuetify feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
with-vuikit feat: upgrade eslint to 5.x (#3494) 2018-08-31 21:34:12 +01:00
with-vux examples: Upgrade to nuxt-edge (#3911) 2018-09-18 18:26:25 +02:00