Spelling fixes
This commit is contained in:
Josh Soref
2020-01-20 13:46:00 -05:00
committed by Luke Kysow
parent f3f8e430f2
commit 2cf5b0a42a
22 changed files with 32 additions and 32 deletions

View File

@@ -265,7 +265,7 @@ var _bindata = map[string]func() (*asset, error){
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("foo.txt") and AssetDir("nonexistent") would return an error
// AssetDir("") will return []string{"data"}.
func AssetDir(name string) ([]string, error) {
node := _bintree

View File

@@ -125,7 +125,7 @@ tbody {
left: 0; }
.has-docked-nav .navbar-spacer {
display: block; }
/* Re-overiding the width 100% declaration to match size of % based container */
/* Re-overriding the width 100% declaration to match size of % based container */
.has-docked-nav .navbar > .container {
width: 80%; }