Skip to content

Commit 3aeba01

Browse files
authored
Update README.md
minor spelling tweak
1 parent d3579b9 commit 3aeba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Enable or disable a Server Block in `#{node['nginx']['dir']}/sites-available` by
106106

107107
## Adding New Modules
108108

109-
Previously we'd add each possible module to this cookbook itself. That's not necessary using wrapper cookbooks and we'd prefer to not add any addition module recipes at this time. Instead in your nginx wrapper cookbook setup any necessary packages and then include the follow code to add the module to the list of modules to compile:
109+
Previously we'd add each possible module to this cookbook itself. That's not necessary using wrapper cookbooks and we'd prefer to not add any addition module recipes at this time. Instead in your nginx wrapper cookbook set up any necessary packages and then include the follow code to add the module to the list of modules to compile:
110110

111111
```ruby
112112
node.run_state['nginx_configure_flags'] =

0 commit comments

Comments
 (0)