📚 Find replace typos

This commit is contained in:
Paul Sinclair 2019-07-13 21:04:41 -04:00
parent b597307522
commit 2fa5c9b9a4
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D
4 changed files with 14 additions and 14 deletions

View file

@ -25,5 +25,5 @@ Even better: You could submit a pull request with a fix / new feature!
developers, or if you do not have permission to do that, you may request developers, or if you do not have permission to do that, you may request
the second reviewer to merge it for you. the second reviewer to merge it for you.
[github]: https://github.com/hassio-addons/addon-bookstack/issues [github]: https://github.com/hassio-addons/addon-firefly-iii/issues
[prs]: https://github.com/hassio-addons/addon-bookstack/pulls [prs]: https://github.com/hassio-addons/addon-firefly-iii/pulls

View file

@ -79,7 +79,7 @@ you are troubleshooting.
### Option: `ssl` ### Option: `ssl`
Enables/Disables SSL (HTTPS) on the web interface of Bookstack Enables/Disables SSL (HTTPS) on the web interface of Firefly-III
Panel. Set it `true` to enable it, `false` otherwise. Panel. Set it `true` to enable it, `false` otherwise.
### Option: `certfile` ### Option: `certfile`
@ -183,27 +183,27 @@ SOFTWARE.
[Firefly-III]: https://firefly-iii.org/ [Firefly-III]: https://firefly-iii.org/
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-bookstack.svg [commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-firefly-iii.svg
[commits]: https://github.com/hassio-addons/addon-bookstack/commits/master [commits]: https://github.com/hassio-addons/addon-firefly-iii/commits/master
[contributors]: https://github.com/hassio-addons/addon-bookstack/graphs/contributors [contributors]: https://github.com/hassio-addons/addon-firefly-iii/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx [forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx
[sinclairpaul]: https://github.com/sinclairpaul [sinclairpaul]: https://github.com/sinclairpaul
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-bookstack/badges/master/pipeline.svg [gitlabci-shield]: https://gitlab.com/hassio-addons/addon-firefly-iii/badges/master/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-bookstack/pipelines [gitlabci]: https://gitlab.com/hassio-addons/addon-firefly-iii/pipelines
[home-assistant]: https://home-assistant.io [home-assistant]: https://home-assistant.io
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[issue]: https://github.com/hassio-addons/addon-bookstack/issues [issue]: https://github.com/hassio-addons/addon-firefly-iii/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [keepchangelog]: http://keepachangelog.com/en/1.0.0/
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-bookstack.svg [license-shield]: https://img.shields.io/github/license/hassio-addons/addon-firefly-iii.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[npm-packages]: https://www.npmjs.com [npm-packages]: https://www.npmjs.com
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-bookstack.svg [releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-firefly-iii.svg
[releases]: https://github.com/hassio-addons/addon-bookstack/releases [releases]: https://github.com/hassio-addons/addon-firefly-iii/releases
[repository]: https://github.com/hassio-addons/repository [repository]: https://github.com/hassio-addons/repository
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# ============================================================================== # ==============================================================================
# Community Hass.io Add-ons: Bookstack # Community Hass.io Add-ons: Firefly
# This file initialises the MySQL database # This file initialises the MySQL database
# ============================================================================== # ==============================================================================
if ! bashio::fs.directory_exists "/data/mysql"; then if ! bashio::fs.directory_exists "/data/mysql"; then

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# ============================================================================== # ==============================================================================
# Community Hass.io Add-ons: Bookstack # Community Hass.io Add-ons: Firefly
# Runs the Nginx daemon # Runs the Nginx daemon
# ============================================================================== # ==============================================================================