Skip to content

Commit cfeafcc

Browse files
Fix typo (#447)
1 parent 0f80b3a commit cfeafcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.0/resource-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ If you run this code, you'll notice that the `information.information_age` param
212212

213213
## Where to add logic
214214

215-
It's a good practice not to keep login in view files (partials).
215+
It's a good practice not to keep logic in view files (partials).
216216
You can hide that logic inside the tool using instance variables and methods, and access it in the partial using the `tool` variable.
217217

218218
[Here's an example](https://github.com/avo-hq/main.avodemo.com/commit/c8ecb9b53a770103a993df4c2b3acec0a1faf737) on how you could do that.

0 commit comments

Comments
 (0)